Aha thanks! Does this pattern apply to all kendo widgets ? For example if I wanted to destroy the "kendoEditor" after the edit is finished can I use the same pattern
if($(event.currentTarget).data("kendoEditor")) {
$(event.currentTarget).data("kendoEditor").destroy();
}
if($(event.currentTarget).data("kendoEditor")) {
$(event.currentTarget).data("kendoEditor").destroy();
}