My grid is using the virtualmode with paging. When the user goes to the next page, I handle the event and do a server call to get the new data page. The source of the grid is then updated with the new page. The result is that the source of the page only contains 10 items (assuming that the pagesize is 10), regardless on what page you are.
Almost everything works, although when I move to a page, it first loads the data (which is good), but then resets the pager control to the first page. I assume that is the case because there is only one page of items in the source.
What can I do to fix this?