02 November 2009 Silverlight 3 Custom Sorting with Paging Support
Are you still stuck wondering how to implement custom sorting in your Silverlight data grid – and also wondering how to implement paging support? Silverlight 3 includes PagedCollectionView class, which provides grouping, sorting, and paging functionality for any data source that implements the IEnumerable interface. This works as long as all the data that you need to sort (and/or page) is already fetched to the client. However when yo...
No comments yet, be the first one to post comment.