14
shouts

Innovation Showcase : Silverlight 3 Custom Sorting with Paging Support

published 98 days, 12 hours, 35 minutes ago posted by jbarnesjbarnes 99 days, 10 hours, 12 minutes ago
Tuesday, November 03, 2009 12:19:23 PM GMT Monday, November 02, 2009 2:42:06 PM GMT

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...

category: Silverlight | clicked: 56 | | source: blogs.msdn.com | show counter code