Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a jqgrid which contains 2 checkboxes. I want to post the entire grid data to my controller. I use the following command.

JavaScript
$("#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
JavaScript
Loadonce=false,
then
C#
null 
data is returned.

I used:

JavaScript
var circleActorGrid = $("#circleActorsTable").getRowData();


This returns only the first page. If pagination is present, other page data is not returned..
Posted
Updated 12-May-14 19:40pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900