Search code examples
wpfmvvmpaginationdatagridwpftoolkit

How I can implement Paging in MVVM?


I have a WPFToolkit Datagrid inside my user control. I am creating my user contrrol in mvvm pattern. How can I implement paging in datagrid?

Is there any default paging mechanism or Do we have to go with custom paging ?


Solution

  • There is an implementation of a PagedCollectionView in the Silverlight toolkit Combine this with some samples from the internet and you will have paging in no time Here are some samples with MVVM and CollectionView to get you started