Release date: September 15, 2025
Improvements
- [Calendar] The crosshair now stays enabled during Calendar drag-and-drop, same as the Scheduler. (build 6632)
- [Scheduler] The
useEventBoxes: "Always"
Scheduler mode (see Exact event duration) is now explicitly required and checked during Excel export to ensure that event boxes are aligned with the grid. (build 6635)
- [Scheduler] DayPilot.Scheduler.exportAs(format, options): It is possible to allow Excel export for `useEventBoxes: "Never"` by setting `options.allowUseEventBoxesNever` to `true`. (build 6636)
- [Scheduler] When using a touchpad to scroll the Scheduler row headers (when they support both vertical and horizontal scrolling), the primary scroll axis is locked to prevent unintended cross-axis movement. (build 6645)
Fixes
- [Scheduler] Excel export of Scheduler viewport (
area: "viewport"
) with long events caused event overflow and "Cannot merge already merged cells" errors - fixed. (build 6635)