Search code examples
kendo-scheduler

Kendo-Scheduler clear selection


How to clear the selected events on kendo scheduler. I have a button outside the scheduler clear selection and removes all selections. I need to clear the selections on kendo on click of this button.


Solution

  • Did you try passing null as parameter to the select method?

    select method