How do you get all of the ids across the pages with loadonce:true and datatype:json in a jqGrid?
loadonce:true
datatype:json
You can use the data option to retrieve the grid data directly:
data
myGrid.jqGrid('getGridParam', 'data');
Then you would need to iterate over data to retrieve each of your ID's.
1.4m articles
1.4m replys
5 comments
57.0k users