Required library edition:
Required library file: dhtmlxgrid.js
selects row (and first cell of it)
//select first row in grid mygrid.selectRow(0); //select first row in grid, call "onRowSelect" function, preserve previously selected rows, scroll row to view mygrid.selectRow(0,true,true,true);
Please make sure that necesary row is loaded before calling this method.
See also: selectCell, selectAll, showRow, selectRowById