Hello, first of thanks for the fast answer to my other issue!
Now to the next one that might acctually be more of a bug than an Issue.
I have a grid that is declared “autosavestate” and “autoloadstate” true. This works like a charm and save everything nicely, however! If I have a Column with “filtertype: ‘checkedlist'” the acctual filter is saved/loaded like excepted, but the dropdown checkedlist not. So for example I have a column called Countries with four filtering values and I remove all except one, “Germany”, the Grid is nicely filtered to show only items from Germany, also after page refresh. The filter dropdown however shows all countries as checked even if only items from Germany acctually is displayed.
Is this a know issue or am I doing something wrong?
Update: Same goes for “filtertype: ‘date'”