This question is locked. New answers and comments are not allowed.
Hello.
I am using RadGridView. It is bound to QueryableCollectionView. For example i have 300 records, with page size 30, after flltering the data using excel like filtering I get 120 records, after this need to take all this filtered records and do some action with it. The problem is that I am able to get all the records (QueryableCollectionView.SourceCollection) or records now visible on current page (QueryableCollectionView), but i need to get exact 120.
Thanks in advance
I am using RadGridView. It is bound to QueryableCollectionView. For example i have 300 records, with page size 30, after flltering the data using excel like filtering I get 120 records, after this need to take all this filtered records and do some action with it. The problem is that I am able to get all the records (QueryableCollectionView.SourceCollection) or records now visible on current page (QueryableCollectionView), but i need to get exact 120.
Thanks in advance