Question about saving the states of these to cookies. I appear to have the column positions saved to cookies working but column sizes, ordering (sort order), and column hiding don’t seem to save their state. I’ve tried initializing my grid with grid.enableAutoSaving(); and on startup I do (using default cookie name):
I’d like to update status here and elaborate…size, ordering, and hidden columns seem to save and all work fine. However when I set column re-ordering enabled everything goes haywire. Do I need to customize the default saving of the others? If the defaults are using indexes rather than column names things won’t work. I have column names and any code accessing a column uses their name but not sure what the default loadXYZFromCookie() does.