Following the SDK example on a fully configured scheduler with 3 views (day, month, agenda) and bound remote data:
This seems to only destroy the "views"... but the Day|Month|Agenda buttons as well as the date picker and outer container remain. I would expect the destroy() method to destroy everything properly.
Is there something I am missing?
var scheduler = $("#scheduler").data("kendoScheduler");
scheduler.destroy();
This seems to only destroy the "views"... but the Day|Month|Agenda buttons as well as the date picker and outer container remain. I would expect the destroy() method to destroy everything properly.
Is there something I am missing?