Is it possible to synchronize a datafilter and expression editor in code-behind?
Goal: give user option to user eith to filter gridview.
So the grid view will be bound to observablecollection<T> and the 2 filters will modify the grids filterdescriptors.
It would be nice if they are going from one filter to the other if the somehow reflect each others previous states...
Goal: give user option to user eith to filter gridview.
So the grid view will be bound to observablecollection<T> and the 2 filters will modify the grids filterdescriptors.
It would be nice if they are going from one filter to the other if the somehow reflect each others previous states...