firstfloorsoftware / mui

Modern UI for WPF
Microsoft Public License
2.6k stars 752 forks source link

How do i add custom paging for datagrid? #137

Open Hrchandra opened 8 years ago

Hrchandra commented 8 years ago

Can anyone help me to add paging for datagrid in mvvm pattern?

javiergedeon commented 8 years ago

having gone through the same issue very recently, I'd recommend you have a look at using a listview. https://github.com/Dessembrae/MVVM-ListView-Pagination

Hrchandra commented 8 years ago

Thanks, But i have editable datagrid can u please suggest for that