What is the best way of moving to the next row in the grid?
I have a button that moves the selection in the grid on to the next row. I can do this if I take into account the visible row index and it works for initial display of data and when the grid is sorted or filtered.
But when the grid is grouped I cannot work out how to do it.
So do you have some example code that shows a button that when clicked will move the grid row selection from one row to the next row on the grid reliably no matter if the grid is sorted/filtered/grouped?
Thanks