Dear Telerik Support Team,
I am encountering an issue where, after using the setOptions
method to update the grid configuration and then loading the grid using getOptions
, my custom events, functions, and the Telerik inbuilt editor on columns do not initialize properly. Additionally, the custom filter functionality in the column filter is no longer working after calling setOptions
.
I am trying to implement a feature where grid settings are saved on a per-user basis. However, after applying the new settings, the events and filters stop functioning as expected.
Could you please advise on the best solution to ensure that custom events, editors, and column filters are reinitialized properly after using setOptions
and getOptions
? I would appreciate any guidance on how to address this issue while saving user-specific grid settings.