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
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