Hello
I am trying to implement selection behavior by keyboard, after entering valid values in combo focus should move to next cell of the grid i.e. same column but next row and it should focus/highlight/select that cell.
Is there any function that select/highlight the cell by passing row and column id ? I am trying to use grid.select() but its not highlighting it.