We have a jqgrid which contains 2 checkboxes. I want to post the entire grid data to my controller. I use the following command.
$(“#circleActorsTable”).jqGrid('getGridParam', 'data'); If Loadonce=true, this returns the entire grid data. But if the checkboxes are checked, updated data is not shown.
We have a jqgrid which contains 2 checkboxes. I want to post the entire grid data to my controller. I use the following command.
$(“#circleActorsTable”).jqGrid('getGridParam', 'data');
If Loadonce=true, this returns the entire grid data. But if the checkboxes are checked, updated data is not shown.
If Loadonce=false, then null data is returned.
Please help!!
I used