Hello,
I would like to put a button that when clicked by the user, all changes to filters, groupings, resizes, hidden columns, sorter and leave the datagrid in the default when it was opened for the first time.
I tried to remove the locally stored variable
localStorage.removeItem('gridGrid') and then applied a grid.refresh() and it didn't work. The filters still continued;
i am using enablePersistence="true"