Hello,
I would like to select a row by his model ID :
model : { id: "ID" }.
I also need the grid to focus the selected row's page (the page size is 20).
The case is :
I have 2 grids, when I click in a row of the second grid, the selected row of the second grid should be selected and focused on the first grid (they got the same id).
Is it possible?
Thank you.