Hi, I'm using Daypilot Scheduler Javascript, and I'm wondering if the joint events feature could help me. What I'm trying the achieve is to move an event on the time axis using drag and drop, but at ...
Answered: You can move all events if you set multiMoveVerticalMode property to "All": dp.multiMoveVerticalMode = "All"; The documentation is now updated.