This question is locked. New answers and comments are not allowed.
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"]))