Selecting all records in paginated dhtmlxgrid

Hi,

I have a paginated dhtmlxgrid. I want to select all records across pages. When I do mygrid.selectAll(); it selects records only on current page. Please let me know if there is a way out.

Thanks,
Prashant

You can iterate through visible rows and select them with selectRow() method docs.dhtmlx.com/doku.php?id=dhtm … _selectrow

To get indexes of visible rows you can use getStateOfView() method docs.dhtmlx.com/doku.php?id=dhtm … tateofview