This question is locked. New answers and comments are not allowed.
I am using following object for ListBox with RadDataForm for updating records(Similar way as shown in ICollectionView Synchronization sample of DataForm).
ICollectionView obj = new QueryableCollectionView(lstAudits);
How can I get Changed rows from this collection.
ICollectionView obj = new QueryableCollectionView(lstAudits);
How can I get Changed rows from this collection.