Required library edition:
Required library file: dhtmlxgrid.js
gets row index by id (grid only)
Returns row index or -1 if there is no row with specified id
//get index of the row with id "row1" var rowIndex=mygrid.getRowIndex("row1");
See also: getRowId