Hello!
I have a ViewModel that contains an ObservableCollection of items, an ICollectionView for the ObservableCollection, and a xamdatagrid's datasource bound to the ICollectionView, IsSynchronizedWithCurrentItem is true. Filtering is enabled on the xamdatagrid.
What I would expect to happen is that the filters applied to the xamdatagrid also filter the bound ICollectionView such that MoveCurrentTo() calls on the ICollectionView will respect the filters apparent in the grid.
Thank you for any help you can give!
Hi,
Is anyone facing this issue?
How to set DataRecord.IsFilteredOut property of XamDataGrid to ObservableCollection?
Because we are performing some operations on ObservableCollection and it is processing filtered out records as well. But I don't want to use these filtered records
Thanks.
Hello Jw_hylander,
Did you get a chance to look at the sample?
Hello jw_hylander,
Can you please modify the attached sample and send me the steps with expected behaviour.