The stickyParents property (boolean) controls whether parent Scheduler rows stay sticky at the top of the grid during scrolling.
DayPilot.Scheduler.stickyParentstrueAvailable since 2026.2.6932.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
stickyParents: false,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
stickyParents: false,
// ...
};React
<DayPilotScheduler
stickyParents={false}
{/* ... */}
/>Vue
<DayPilotScheduler
:stickyParents="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