hello,
I'm aware that the filters do not carry over using localStorage as the persistence method:
http://demos.telerik.com/kendo-ui/grid/persist-state
I'm currently doing this method of filter customization:
http://demos.telerik.com/kendo-ui/grid/filter-menu-customization
so when using the above system of persistence, the grid returns correctly, and the correct value is applied to the filter, but it is no longer a KendoDropDown menu, just a textbox.
I know using a HeaderTemplate you can restore basic Column header customization's, but I have not found anything that goes as deep as the whole filter menu. Only something as small as a button or checkbox such as this:
http://www.telerik.com/forums/persist-state-issues
So, is this possible to merge the first two demos into one? Maintaining the custom filter through grid persistence?
Thanks for any time spent,
-Corey