ASP .NEt GridView EnsureVisible functionality

I am searching a gridview and finding the appropriate row. I can set the selectedindex - but if the row is not on the currently displayed page it is not displayed. I am looking for a way to make the selected row visible - not just that row but that row in its sorted way - as if the user used next/prev to get to the desired row. This is the listitem equivalent of ensurevisble. Thanks Rick

Loader.
Up arrow icon