Hi:
I'm trying to update the majortick during runtime
I have the following:
<script type='text/javascript'>
$("#doctors").change(function () {
var scheduler = $("#scheduler").data("kendoScheduler");
scheduler.majorTick(60); //interval of 60 minutes
kendo.bind($("#scheduler"), scheduler);
$("#scheduler").data("kendoScheduler").refresh();
});
</script>
Somehow, the code is not updating the intervals as a show in the code.
I appreciate in advance
John
I'm trying to update the majortick during runtime
I have the following:
<script type='text/javascript'>
$("#doctors").change(function () {
var scheduler = $("#scheduler").data("kendoScheduler");
scheduler.majorTick(60); //interval of 60 minutes
kendo.bind($("#scheduler"), scheduler);
$("#scheduler").data("kendoScheduler").refresh();
});
</script>
Somehow, the code is not updating the intervals as a show in the code.
I appreciate in advance
John