The dragOutAllowed property (boolean) enables dragging the JavaScript Scheduler events out of the Scheduler grid.
This way, the events can be moved to another Scheduler instance, to a custom target defined using DayPilot.Scheduler.registerDropTarget(), or to the Queue component.
false
const scheduler = new DayPilot.Scheduler("dp", {
dragOutAllowed: true,
// ...
});
scheduler.init();
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.