This is a migrated thread and some comments may be shown as answers.

Calling an Action on Filtering

0 Answers 75 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Andrew asked on 21 Oct 2011, 09:03 PM
I'm using the MVVM approach.  I have a RadDataFilter that binds to an object in my ViewModel.  A RadGridView binds to the FilteredSource of the DataFilter.   Below the grid I have a labels that is the count of records shown in the grid.  When someone filters, I'd like to update the count shown below.  I've tried setting a breakpoint on my ObservableCollection in the ViewModel, but the SET on it doesn't appear to be called.  I've tried binding to the Filtered event of the GridView with no luck.  

Is there any way I can call an action in my ViewModel when someone makes changes to the DataFilter?
Tags
DataFilter
Asked by
Andrew
Top achievements
Rank 1
Share this question
or