Hi there,
I know I am a bit late, but passing the value null to the Method select(), it is working only when I trigger this in the Scheduler_Navigation Function. But what I am trying to do, is to trigger the select() Method after Canceling the Editor.
So this is what I did in the Scheduler_Cancel Function AND in the Scheduler_Navigation Function :
var
scheduler = $(
"#schedulerEvent"
).data(
"kendoScheduler"
);
scheduler.select(
null
);
It's deselecting the Selected Slots only when i navigate, but when i cancel the Editor, it is just changing the selected Slots from more than one Slot to the FIRST SLOT ON THE LEFT SIDE