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?
When will we know the full details of the next service release for Silverlight (approx November 23, 2009 according to your site)? Will custom paging be working in this next release?
Information in services releases can be found here:
http://ko.infragistics.com/support/default.aspx#ServiceReleases
Devin
Any idea when we can expect this service release? Requiring all data to be on the client in order for paging to work is a major flaw of the product in my eyes.
Myles J
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
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...