Posts by Allan Fantoni • 1 point
2 posts
-
0
votes1
answer51
viewsA: Calling a text/x-Kendo-template script from a javascript function
The following openEditor() code was enough: var scheduler = $("#scheduler-bh").data("kendoScheduler"); scheduler.addEvent({ });
-
0
votes1
answer51
viewsQ: Calling a text/x-Kendo-template script from a javascript function
I have this new button and event onclick I’m calling the function openEditor(), and within this function I want to call a script of type text/x-kendo-template. How can I do that? My code currently:…