The treeAutoExpand property (boolean) lets you configure the parent tree node auto-expansion during drag and drop event moving in the JavaScript Scheduler.
DayPilot.Scheduler.treeAutoExpandtrueJavaScript
const dp = new DayPilot.Scheduler("dp", {
treeAutoExpand: false,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeAutoExpand: false,
// ...
};React
<DayPilotScheduler
treeAutoExpand={false}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeAutoExpand="false"
<!-- ... -->
/>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.
DayPilot