Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.44 KB

File metadata and controls

7 lines (4 loc) · 1.44 KB

How to serialize the filtered values based on FilterMode of the column in WPF and UWP DataGrid (SfDataGrid)?

This example illustrates how to serialize the filtered values based on FilterMode of the column in WPF DataGrid (SfDataGrid).

The filtered values from both FilterMode will be serialized by default WPF DataGrid (SfDataGrid). If you want to serialize the filtered values based on either AdvancedFilter mode or CheckBoxFilter mode, write custom SerializationController and overriding the StoreFilterPredicates method, where you need to store the filter values based on the Column.FilteredFrom property.

KB article - How to serialize the filtered values based on FilterMode of the column in WPF and UWP DataGrid (SfDataGrid)?