I have a scheduler in month view - the events are extending beyond the day slow, starting with 2 pixels past slot, then 4, then 6, then 8 etc.
I've zoomed in and shown with a couple of lines on each one to show how each event is going further and further beyond bounds
Once I get a lot of data in the scheduler, this starts to look worse and worse. Any chance there is a fix for this?
Could you please try to refresh the current view to see if the issue still occurs? You can do that through the view method of the Scheduler:
var scheduler = $("#scheduler").data("kendoScheduler"); scheduler.view(scheduler.view().name);