We have a WPF MVVM application.. use QueryableCollectionView for filtering items from two collections.
QCV created in VM... and also added FilterDescription to it.
RadGridView used QCV as ItemsSource.
View with RadGridView also used RadDocking and in Loaded handler there restore DockingLayout via call Docking.LoadLayout(fileStream)
We found that this operation affect on clear FilterDescriptions from QCV.
How it possible to avoid it?