I am setting the current row using code on an iGrid while the grid is filtered. The row I set it not visible with the filter applied, so I clear the filter, but the selected row remains far below in the grid. I am looking for how to set the TopIndex, or as microsoft would call it: FirstDisplayedScrollingRowIndex - something that will scroll down for me until it is at least visible so the user can see the selected row when I use code to change it.
I'm sure this is possible, but I cannot seem to find it in the documentation. Could you please point me in the right direction?