Skip to content

SyncfusionExamples/how-to-serialize-the-filtered-values-based-on-FilterMode-of-the-column-in-wpf-and-uwp-datagrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)?

About

This example illustrates how to serialize the filtered values based on FilterMode of the column in wpf and uwp datagrid

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages