I have a web service that returns only one page of data at a time. We pass in startingIndex, pageSize, sortingExpression and filterCriteria to receive a page of records along with the total number of records that match the filterCriteria (to allow for paging). I'm looking to see if we could migrate this code over to use the Telerik GridView. Based on some searching, it looks like the QueryableCollectionView might be what I want to use, but it appears I'm unable to set the TotalItemCount. Is this a scenario that is supported by the GridView in release 2009 Q3 Beta? If so, could you please provide details on how I would wire up the GridView to a provider that returns a single page of data at a time?
I realize the DomainDataSource from RIA Services provides this type of functionality, but we're not looking to use RIA Services currently as we're on a different timeline.
Thanks for any advice!
Tom