gets the list of ids of all the rows with checked exCell in the specified column
col_ind | number | column index |
string | the list of ids of all the rows with checked exCell in the specified column |
//get the list of ids of checked rows from the first column
var checked=myGrid.getCheckedRows(0);
Back to top