Hello Anamika,
Thank you for the repro demo. The main cause of the issue is exactly that you are trying to edit an event on
every widget
dataBound event. If you would like to edit event once the scheduler is loaded, then you can wire the dataBound only once using the
one method:
$("#scheduler").data("kendoScheduler").one("dataBound", scheduler_dataBound);
Check the updated
demo.
Regards,
Georgi Krustev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.