Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by roxana aioanei on Sep 01, 2008 06:04
open dhtmlx forum
i solved...mygrid.setSelectedRow(mygrid.getRowId(mygrid.getRowsNum()-1))


Answer posted by Support on Sep 01, 2008 06:09
Grid supports two commands, one of which can select row by its id, second by its index
grid.selectRow(row_index);
grid.selectRowById(row_id); //old name setSelectedRow