It seems that if you bind your itemsource of your xamGrid to a ria services datasource with a timed refreshinterval and enable paging, the grid seems to jump to the last page it was on after you move away from it during the refresh.
For example, if I have 20 pages and I go to the last page, then immediately use the arrow (<<) navigation button to go back to the first page, on the refresh it will immediately navigate me back to the last page.
Or even if I go to the 20th page and select the 14th in the navigation section, it will jump back to the 20th on the refresh interval.
Regards
HI<
I am just following up on this forum thread. Do you need further assistance regarding this issue?Sincerely, Matt Developer Supporrt Engineer
Hi,
The described behaviour is due to the way the DomainDataSource works.
You can call the Clear method of the DDS in LoadingData event handler as described in this post: http://betaforums.silverlight.net/forums/p/151786/493394.aspx , so that the page is not changed after the RefreshInterval.
Regards,