Release date: February 1, 2023
Features
- Row header column inline editing supported (Scheduler) [docs]
- Row header column inline editing supported (Gantt Chart)
- Set maximum number of concurrent events/lines within a row (Scheduler) [tutorial]
- Image export customization - onBefore*Render events (Gantt Chart)
Improvements
- [Scheduler] The Scheduler accepts an empty array in rowHeaderColumns property. (build 5510)
- [Calendar] Calendar crosshair demo updated. (build 5513)
- [Scheduler] onRowClick/onRowClicked: args.x (column index) added (build 5513)
- [Scheduler] onRowDoubleClick/onRowDoubleClicked: args.x (column index) added (build 5513)
- [Scheduler] onRowEdit: args.newText can be changed (build 5513)
- [Scheduler] onRowEdit: args.x (column index) added (build 5513)
- [Scheduler] rows.edit(row, x) - optional x argument added (column index) (build 5513)
- [Gantt] weekStarts property ("Auto" | number) added. (build 5514)
- [Scheduler] onBeforeCellRender: args.cell.row added (build 5516)
- [Gantt] onRowClick/onRowClicked: args.x (column index) added (build 5517)
- [Gantt] onRowDoubleClick/onRowDoubleClicked: args.x (column index) added (build 5517)
- [Gantt] onRowEdit: args.newText can be changed (build 5517)
- [Gantt] onRowEdit: args.x (column index) added (build 5517)
- [Scheduler] onEventDelete: Asynchronous processing supported (args.async property, args.loaded() method). (build 5525)
- [Gantt] onBeforeTaskExport event added (build 5526)
- [Gantt] onBeforeCellExport event added (build 5526)
- [Gantt] onBeforeCornerExport event added (build 5526)
- [Gantt] onBeforeTimeHeaderExport event added (build 5526)
- [Gantt] onBeforeRowHeaderExport event added (build 5526)
Fixes
- [Calendar] Time header crosshair position fixed - regression (Calendar). (build 5509)
- [Queue] eventClickHandling = "Select" mode fixed (build 5524)
- [Navigator] select() method - the options parameter can be null - fixed ("Cannot read properties of null (reading 'dontFocus')" error) (build 5527)
DayPilot