search envelope-o feed check
Home Unanswered Active Tags New Question

How to do totals by column and conditional coloring of cells

Answered: Sorry for the delay. I would make a few changes: Instead of using a special time header row, use a frozen row. Mark this row with cellsAutoUpdated: true, that will re-render the content on every chan...

Parent100Pct not an option for heightSpec

Answered: Unfortunately, the 100% height feature is not implemented in the Lite version yet. It may be added in the future. To check feature availability in Lite/Pro versions, you can check the table at the bo...

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...
List of all questions.