DHTMLX Docs & Samples Explorer

getCheckedRows(col_ind)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

get list of Ids of all rows with checked exCell in specified column

  • col_ind - column index
   //get list of ids of checked rows from the first column
   var checked=mygrid.getCheckedRows(0);

See also: uncheckAll, checkAll, getChangedRows, getAllRowIds