DayPilot Pro for JavaScript 2024.4.6270

External Drag and Drop of Scheduler Rows

Release date: November 15, 2024

Features

  • External drag and drop of Scheduler rows (bi-directional) [docsdemo]
  • Moving rows/resources between Schedulers [docsdemo]
  • Dragging tasks between two Gantt Charts (using row moving) [docsdemo]
  • External drag and drop of tasks in the Gantt Chart (bi-directional) [docsdemo]

Improvements

Fixes

  • [Scheduler] Row disposing fixed for split resources (Scheduler). (build 6248)
  • [Gantt] Prevent dragging task boxes between two Gantt charts (invalid operation). (build 6257)
  • [Scheduler] Split resource parents were incorrectly using the row properties (defined for the entire row in onBeforeRowHeaderRender using args.row) of the first split child - fixed (Scheduler). (build 6263)
  • [Scheduler] Scheduler now selects all rows with ID specified using selectedRows on startup (not just the first matching row). (build 6264)