Skip to content

Using AutoFilters and own Filtering  #89

@JYPDWhite

Description

@JYPDWhite

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions