Active Questions
Year view Bug in Scheduler
Ever since the new Year view feature, our zoom level which we had as follows is now not working. zoomLevels: [ { name: "Year", properties: { scale: "Month", cellWidth: 87, timeHeaders: [{ groupBy: "Y...
Display of events takes too long
In the timesheet when even though the histogram and the left handside indicator shows that there are eents, the events themsleves take so long to appear that the user get confused as to where they ar...
Only show link when an event is hovered
How would I show the link for an event but only when that event is moused-over? I would like to show links between events but I also want to avoid overcrowding the display with too many links.
An Empty Scheduler Error
Answered: datePattern is a property of DayPilot.Locale. You might want to check the locale value - it must be either a DayPilot.Locale object or a string identifier of a registered locale.
[Calendar] Clicking anywhere in the Calendar triggers a click in another cell ever since upgrading to 3.33.0 and later (4.2.0 current latest version)
Answered: This looks like a regression of a bug that was fixed in 3.32.1 (incorrect args.cell.start/end in onTimeRangeSelect/onTimeRangeSelected events when heightSpec is set to "BusinessHoursNoScroll"). It sh...
Chromium browsers: Cannot read properties of null (reading 'client')
Hi there, In the DayPilot.Scheduler, we’re getting errors in the console from chromium-based browsers: Cannot read properties of null (reading 'client') The code around it is switch(t.eventTapAndHold...
DayPilot.Scheduler selection incorrectly selects all events in box
Answered: Hi Leo, This should be fixed now in the latest sandbox build (2025.3.6530). Please let me know if the problem persists.
[Calendar] Snap to current during resize
The recently added option to support never using event boxes and snapping to grid was a great and well welcome addition to my project. Another feature I immediately thought of that would be useful fo...
Missing types for DayPilot.Gantt
Answered: The missing TypeScript definitions have been added now in the latest sandbox build (2025.3.6529). The only exception is DayPilot.GanttBeforeCellRenderArgs.cell.areas - this is already available but i...
Best SaaS license
Answered: It looks like you will need the “SaaS Team” license that includes 1 application, unlimited deployed instances (e.g., for scalability or failover purposes) and covers up to 5 developers. Just make sur...
DatePicker
Hi The DatePicker/Navigator seems to be verylimited in functionality. For example if we want the user just to select year only, we cannot do that. If we want the user to select date and time, we cann...
Possibility to prevent the text to get highlighted when start editing an event with Scheduler.control.events.edit(event)
Answered: You can cancel the selection and place the caret at the start using the onAfterEventEditRender event: onAfterEventEditRender: args => {
setTimeout(() => {
args.element.setSelectionRange(0, 0)...
onEventEditKeyDown acces current text
Answered: In onEventEditKeyDown, the args.element property stores the <textarea> element used for editing. You can get the current text using args.element.value.
Scheduler dynamically change the height config and update visually
Answered: Have you tried using heightSpec: "Max100Pct"? This option is designed exactly for this use case. It will automatically stretch the height as needed, up to 100% of the parent div - then a vertical scr...
Need to Sticky Calendar Header on Top
Answered: You can look at the height options, especially heightSpec: "Parent100Pct". This setting makes the Calendar component expand to fill its parent element. A vertical scrollbar is added automatically, so...
Navigator update
Answered: Most likely, you are using a reference to an old instance that has been disposed already. So I recommend checking how you get the reference and make sure that it’s not an obsolete one.
Export Data Issue in RTL
Answered: At this moment, the image export of the Calendar component doesn’t work for RTL. This feature is in the queue and it will be implemented in the near future.
Scheduler: Infinite Scrolling issues on iOS
Answered: Hi Leo, It should be fixed now in the latest sandbox build (2025.3.6524). Please let me know if the problem persists.
Unexpected vertical scrolling behavior in Resource View since version 2023.4.5839
Answered: Hi Roman, Since version 2023.4.5839, the Calendar resources view supports a vertical timeline longer than 1 day. To display only 1 day on the vertical axis, you need to set the days property to 1. Pl...
Questions 1-20 of 5188
Next