Parent100Pct not an option for heightSpec
The documentation seems to not be up-to-date anymore since the proposed heightSpec “Parent100Pct” to get a 100% height of parent calendar is not an option, at least not in @daypilot/daypilot-lite-rea...
Submenu does not trigger onClick anymore
Answered: This regression is fixed now in the latest sandbox build (2026.1.6823). If there is any problem, please let me know.
Timesheet separator
Answered: In the timesheet mode, you need to define separators with the date of the first row (i.e., add the specified hour to the first day): const timesheet = new DayPilot.Scheduler("scheduler", {
viewTyp...
"dp.events.update(dpEvent)" sometimes redraw all Events on a *Month* calendar
Answered: This optimization is now implemented for the Month control as well in the latest sandbox build (2026.1.6822). If there is any problem, please let me know.
LinkShape being ignored in Scheduler
Answered: This is a global property that should be set in the Scheduler config (see linkShape in the API docs), rather than in individual link properties.
Month.makeDraggable doc and Typescript types missing
Answered: The TypeScript definition for DayPilot.Month.makeDraggable() is now available in the latest sandbox build (2026.1.6821). The API has been extended with additional options to match the Calendar compon...
How to fire onTimeRangeSelect/ed events for disabled cells
Answered: You can use the onTimeRangeSelecting event to set args.ignoreDisabledCells to true when you want to allow the time range selection.
Recurring Activities
Answered: The JavaScript version doesn’t have built-in support for recurring events. You need to implement this feature on the server side and pass the full list of occurrences to the component on the client s...
Event Slot not always displayed in schedule in vue3 wrapper
Answered: This should be fixed now in the latest sandbox build (2025.4.772, NPM). It only happens with floating events enabled, so the workaround for the current release would be to disable this feature. Pleas...
Jumpy infinite scrolling scheduler
Answered: Hi Leo, This issue should be fixed now in the latest sandbox build (2026.1.6812). If the problem persists, please let me know.
List of all questions.