Posted 05 Sep 2017 Link to this post
I was able to reproduce this problem in your online demo page:
https://demos.telerik.com/aspnet-mvc/scheduler
When clicked on "Save" button multiple times, duplicate calendar entries are created in database. How to prevent that?
Screenshot attached.
Posted 07 Sep 2017 Link to this post
.Events(e =>
{
e.Save(
"onSave"
);
})
function
onSave(e) {
var
btn = $(
'.k-scheduler-update'
$(btn).hide();
}