I have a grid using paging and sorting features. When a user edit a record (I am using an edit form that show an edit form) and he changed the value from the sorted column, the item is no more visible in the current page since it moved in another page according to the sorting feature.
My question how can I find in which page my item is now on, and to programmatically select that page so my item will stay in the current view after edition.
Thanks
I know how to set the current page using the Page attribute, but don't know how to know on which page an item is located according to the current sort.