I want to customize the code of the paging in the grid.
I have override the event but as the size of the datasource that I am loading is equals to the page size the buttons of next page are disabled.
There are a way to enable and disable this buttons?
ok, what i want to do is to use the paging feature loading the data of each page on demand...
I mean when the user change the page... load the data of the this new page...
Thanks for any answer...
Hi,
So this is something we're currently working on supporting via collections that implements IPagedCollectionView, such as PagedCollectionView.
However, currently paging requires the data to be on the client.
This will hopefully be updated in an upcoming service release.
-SteveZ