This is a migrated thread and some comments may be shown as answers.

[Solved] Set Grid Column Headers from Ajax

0 Answers 19 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deepak
Top achievements
Rank 1
Deepak asked on 21 Nov 2011, 08:14 AM

Can I Change the following to load the Column names from JSON instead of ViewData. I want the Column names to change on a JSON/AJAX Call.


.Columns(columns => columns.LoadSettings((

 

IEnumerable<GridColumnSettings>)ViewData["Columns"]))

Tags
Grid
Asked by
Deepak
Top achievements
Rank 1
Share this question
or