jqGrid get all ids -


I have seen with a small buggroup that if you have virtual scrolling set to 1 and try and all the rows Try to select when you call, it does not actually select all the meanings

  $ ("# file-grid"). JqGrid ('getGridParam', 'selarrrow');  

To get all selected row data, it does not actually receive all the data I was wondering if there is a method to get all the row IDs, or use the selected jqgrid Do not

Use if you are not using endorsement:

  var allRowsOnCurrentPage = $ ('# file-grid'). JqGrid ('getDataIDs');  

Comments