This question is locked. New answers and comments are not allowed.
Hi,
I'm filtering two columns, with distinct filters. everything works as expected, as long as I do not update the ItemSource.
When I do reset the ItemSource (does not matter, if I reset to a completely different object, or clear/add the existing ObservableCollection), the Filter isn't applied.
How can I force to reevalute the filters? (or any other way to fix this issue)
Thanks
Johannes
I'm filtering two columns, with distinct filters. everything works as expected, as long as I do not update the ItemSource.
When I do reset the ItemSource (does not matter, if I reset to a completely different object, or clear/add the existing ObservableCollection), the Filter isn't applied.
How can I force to reevalute the filters? (or any other way to fix this issue)
Thanks
Johannes
