Dear Telerik
The feature is related to https://www.telerik.com/account/support-center/view-ticket/1594775 this thread.
It is related to a product environment.
Scenario:
Request:
Please can Telerik create functionality along the lines of:
$("#SomeGrid").data("kendoGrid").setOptions($("#SomeGrid").data("kendoGrid").mergeOptions(OptionsSaved, OptionsNew));
KR
David
Hi David,
Thank you for providing these additional details about the requirement.
With the knowledge about the scenario at hand an after consulting with our developer team I am able determine our stance in regard to the Feature Request.
The required behavior can be achieved currently with the help of the JavaScript Object.assign method or with jQuery.extend. These allow you to merge the saved options with any updates that have occurred later.
var mergedOptions = Object.assign(OptionsSaved, OptionsNew);
$("#SomeGrid").data("kendoGrid").setOptions(mergedOptions);
Since this means that the required behavior can be achieved I will set the status of the request to declined.
Please don't hesitate to let us know if any additional questions on the topic arise.
Regards,
Stoyan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.