I have an Ext 3.4 grid with stateful: true, stateId, and each column in the column model has an identifier.
However, when I resize the columns, I do not see any cookies saved, and the width of the columns is not restored when the page reloads. I have a state manager with a cookie provider installed, and I can set / get cookie values โโthrough the state manager just fine.
I also added handlers for beforestatesave and statesave, and they are called, but still - the cookie is not saved and the state is not restored. These handlers also pass the correct arguments โ the column argument shows the correct updated width when flushing to the console.
My question is: am I doing something wrong? Should I expect this to be automatic? Do I really need to use these status events to manually save and restore state?
Harel source share