Required library edition:
Required library file: dhtmlxgrid.js
gets a list of all row ids in grid
Returns list of all row ids in grid
//return list of row ids with comma delimiter var ids=mygrid.getAllRowIds(); //retrun list of row ids with dot delimiter var ids=mygrid.getAllRowIds(".");
See also: setRowId, getRowId, getRowIndex, getSelectedRowId