Posted 19 September 2017, 11:06 am EST
I’ve got a c1datagrid that I’m populating using the ItemsSource property, and I use the UI to set the filters for the grid. After the detail edit of one of the records in the grid, I re-load the data by setting the Itemssource again. Once the data are re-loaded, none of the filters I set earlier are effective (the filter settings are still shown in the UI, but they do not filter the content of the data grid at all). The exception to this is multivalued filters, which seem be preserved across itemsource changes. All other filters cease to be effective.
Is there a way to preserve the c1datagrid filtering after you’ve switched the itemssource of the c1datagrid?