This is a migrated thread and some comments may be shown as answers.

options changed

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Janusz
Top achievements
Rank 1
Janusz asked on 11 Jan 2017, 12:54 PM

Hello,

I'm playing with Kendo Grid and there is getOptions() method. I want to autosave user config after a change (after debouncing it). Cannot find a propper event. How can I get an event when user changes its configuration?

Best regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Eduardo Serra
Telerik team
answered on 11 Jan 2017, 07:41 PM
Hello Janusz,

The sample in the Kendo UI Grid Persist State documentation shows how to save the grid's user configuration using the setOptions method.

However, there is no single event that gets triggered whenever a change in said configuration is made, so if you want to change configuration manually any time one of those changes occurs, you must subscribe individually to each of the different events that you want such as ColumnResize, ColumnReorder, etc.

I hope this helps.

Regards,
Eduardo Serra
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Janusz
Top achievements
Rank 1
Answers by
Eduardo Serra
Telerik team
Share this question
or