i solved...mygrid.setSelectedRow(mygrid.getRowId(mygrid.getR


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