Hi everyone, I have trouble with my Scheduler when dragging events out of the loaded time range using infinite scrolling. So I'm starting with a range of multiple months around "today" loaded and dra...
Answered: This issue should be fixed in the latest sandbox build (8.2.2268): http://javascript.daypilot.org/sandbox/ Let me know if the problem persists.
Answered: You should set the .moveEnabled property on the DayPilot.Event.data object, not on DayPilot.Event directly: var e = new DayPilot.Event({ start: "2014-03-25T00:00:00"), end: "2014-03-25T12:00:00", id:...