This question is locked. New answers and comments are not allowed.
Hi
I need to call the sorting of column using MVVM.
I have radgridview binded to observablecollection. I cannot use the collectionview because I need to add, edit, delete on the radgridview.
Thank you in advance for the reply.
I need to call the sorting of column using MVVM.
I have radgridview binded to observablecollection. I cannot use the collectionview because I need to add, edit, delete on the radgridview.
Thank you in advance for the reply.
4 Answers, 1 is accepted
0
Hello,
Vlad
the Telerik team
You can still add, edit and delete using ICollectionView. Furthermore if you want even deeper integration you can use our QueryableCollectionView in you model where you can provide sorting, filtering, grouping, etc.
Greetings,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Sandro
Top achievements
Rank 1
answered on 11 Jul 2012, 02:02 AM
Hi VIad
OK. I can't find any example codes on your site on using ICollectionView/QueryableCollectionView that has Add, Edit and Delete on MVVM.
OK. I can't find any example codes on your site on using ICollectionView/QueryableCollectionView that has Add, Edit and Delete on MVVM.
0
Hi Sandro,
Nik
the Telerik team
I am attaching an application showing a simple approach on how to integrate the QueryableCollectionView with RadGridView.
Hope it helps!
Nik
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Sandro
Top achievements
Rank 1
answered on 18 Jul 2012, 08:59 AM
Hi Nik
Thank you it helps.
Thank you it helps.