This question is locked. New answers and comments are not allowed.
I am trying to determine if there is a way of maintaining the state of a grid such that any column widths, column order, sort order, etc. would persist across multiple requests. Ideally, the state would be saved and made available even after the browser window was closed.
One plugin example I've seen, jqGridState, works pretty well by adding a stateOptions option to a jqGrid. I've seen the Telerik grid's OnColumnResize client-side event and the GridColumnSettings, but I wasn't able to figure out how that data might be persisted. Does the Telerik grid have anything similar to this where the grid state could be written to a cookie or would it be possible to include this functionality in a future release?
One plugin example I've seen, jqGridState, works pretty well by adding a stateOptions option to a jqGrid. I've seen the Telerik grid's OnColumnResize client-side event and the GridColumnSettings, but I wasn't able to figure out how that data might be persisted. Does the Telerik grid have anything similar to this where the grid state could be written to a cookie or would it be possible to include this functionality in a future release?