Also this demo is using IQueryable while such filter type (CheckBoxList) cannot be translated to SQL and works in-memory only - you should call ToList() to your query before assigning to DataGrid Data.
Sorry I think i didn´t catch that right.
filter type = FilterMode?
The type of the filter schould be the type of the column in my dynamic DataGrid.
Maby you colud provide me with a Sample where FilterMode.CheckBoxList is set ,the data of the DataGrid is dynamic as in your sample(link above) and i can save the settings including the filtered values
Saved settings are per FilterMode since in case of CheckBoxList filtering the value is a collection while in other cases is single value. I've nothing else to add.