I have a multi-selectable, sortable, paged grid. I'm able to retain the user's selections after a sort/page operation. However, I haven't found a way to jump to the page which contains the user's selected item on a sort operation. For example, if I select a given row on page 1 of the grid and then sort by a given column, I would like to do the following:
-K
- sort the grid
- jump from page 1 to page n (which now contains the previously selected item)
- reselect that item
- scroll to that item
-K