Am trying to load Columns to JQGrid Dynamically using Ajax calls as mentioned here jqGrid and dynamic column binding
i just did a sample with 1 column. My Column name JSON
"Data":["Airport"] which working just fine.
and the issue is with ColumnModel JSON below
{"colModelData":{"items":[{"name":"Airport"}]}
Itz not working. How do i need to change my JSON so that JQGrid accepts
how can i make it work ??
Thanks