I noticed a small error with jqgrid which, if you have virtual scrolling set to 1, and try to select all rows, it doesn't really select them all the value when you call
$("#file-grid").jqGrid('getGridParam','selarrrow');
to get all the selected row data, it doesnβt actually get all the data. I was wondering if there is a way to get all row IDs selected or not used by jqgrid.
source
share