The syncResourceTree property (boolean) specifies whether the current resource tree state is sent to the server during CallBacks and PostBacks.
It only applies to ASP.NET WebForms, ASP.NET MVC, and Java versions.
DayPilot.Scheduler.syncResourceTreefalseEnable this option when CallBacks or PostBacks need the current resource tree state.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
syncResourceTree: true,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
syncResourceTree: true,
// ...
};React
<DayPilotScheduler
syncResourceTree={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:syncResourceTree="true"
<!-- ... -->
/>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