Hi,
In a grid Panel, i would like to have a button "Restore Default" clicking on which it should remove columns which are hided and saved in the cookies and refresh the Grid back to the original...
Type: Posts; User: Slb
Hi,
In a grid Panel, i would like to have a button "Restore Default" clicking on which it should remove columns which are hided and saved in the cookies and refresh the Grid back to the original...
Hi,
I have given "stateful: true," in the GridPanel. I can hide columns and save it in cookies. I would like to have a restore button, clicking on which should show me the default selected...
i have given Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
and " stateful: true," to save the columns of grid in cookies and get those. I would like to have a button for the grid...