We are hoping to make use of the EnablePersistence() feature on the Grid control. However, it is common for the columns in our Grids to change regularly. We have noticed that when persistence is enabled and we add a column to the Grid, that the newly added column does not show unless we disable the persistence.
We have seen on another forum post that it is possible to delete parts of the JSON persistence file in Javascript, but we believe if we do that other persisted attributes will also be deleted, notably the column widths. Is it possible to manipulate the persistence storage file so that it keeps all persisted columns and values, but adds/removes newly created/deleted columns from it?
Thanks :)