I am using multi select jqgrid. I have a jqgrid with 1500 rows. The result is paged and on one page I am displaying 100 entries.
I need to get all rows selected in other pages also.
I am using
$("#tableNm").jqGrid('getGridParam', 'selarrrow');
But it is giving only current page selected rows..
Can any one help me?