Categories | Question details Back To List | ||
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 |