WPF Toolkit Datagrid - How I can implement Paging in MVVM pattern ?

Posted by Anish on Stack Overflow See other posts from Stack Overflow or by Anish
Published on 2010-05-31T06:49:07Z Indexed on 2010/05/31 6:52 UTC
Read the original article Hit count: 387

Filed under:
|
|

Hi, 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 ?

© Stack Overflow or respective owner

Related posts about datagrid

Related posts about paging