I have a gridlayout repeater in a scroller that displays 2 rows by 4 columns on the screen. Selecting one the items in the grid navigates to a detail page using HistoryOrientedPageSession. My problem is when I go back to the grid page from a detail page using the back button.
If I have navigated to a detail page of one of the first 48 items when I return to the grid and scroller by pressing the back button it automatically jumps to the previously selected item. This is the behaviour I want. Unfortunately, selecting an item after the first 48 items and then returning to the grid by pressing the back button does not result in it automatically jumping to the previously selceted item. The item that is selected is simply the first in the grid.
Is this normal behaviour? Can I configure it in some way to behave the way I want or do I have to find a work around?
Thanks