Reputation: 152
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.
Upvotes: 1
Views: 1030
Reputation: 87
While this does clear the selection, it doesn't refresh the change event. Clicking on the last event selected will not fire the change event. You have to click on another event first.
Upvotes: 1
Reputation: 1889
Did you try passing null
as parameter to the select
method?
Upvotes: 2