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?
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.