ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rgorantla on October 12, 2017, 07:35:41 am

Title: AutoSave State?
Post by: rgorantla on October 12, 2017, 07:35:41 am
Hi,

Is there a way to save the state automatically when columns are shown/hidden and/or when columns are dragged?

Title: Re: AutoSave State?
Post by: paramvir on October 12, 2017, 10:19:33 pm
You would need to call saveState from the appropriate events.

There is columnOrder event when columns are reordered.

there is no event specifically for show/hide column. If you have been using the toolbar select list listener to show hide columns, then saveState method can be added inside that listener.