I have a RadGrid that is bound to a DomainDataSource with a LoadSize and PageSize of 20. I also have a DataPager that is bound to the RadGrid’s ItemsSource with a PageSize of 20. The problem that I’m experiencing is that the RadGrid sorts fine when the user initiates the sort from the first page. But a sort initiated from any page other than the first page gives unexpected results.
For example, if I initiate the sort from the third page - the pager resets to the first page, which is acceptable, but the grid is not properly sorted. It appears that it is partially sorted (starting on the page after the page I was on when I initiated the sort). However, all of the records that were previously leading up to that page are not sorted. So for this example, pages 1-3 would be unsorted and pages 3-X would be sorted.
Thanks,
Chris
