-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
I have a DataGrid and using DataGridExtensions with enabled DataGridFilter.IsAutoFilterEnabled="True"
the ItemsSource of the GridView is a CollectionView.
Now I applied a Filter method to the CollectionView.Filter Property:
CollectionView.Filter = FilterMethod;
And the DataGrid shows me the subset of data that I want to see.
But at that moment when I use the Filtering provided by DataGridExtension my own Filtering is now longer applied (breakpoint in my filter method is no longer hit). What is the right way to use AutoFilter and own Filtering?
Metadata
Metadata
Assignees
Labels
No labels