After seeing my question/answer on this topic, finally I decide to put this question,
- from Controller side, I am returning a Data Table with dynamic number of columns (not fix at design time, it will give columns at run time).
- want to bind that Data Table to jquery grid.
Please suggest and help....
I check this solution, but how to do with MVC?
Is it possible to modify the colModel after data has loaded with jqgrid?