
The Gantt chart supports selection of multiple tasks.
If you set taskClickHandling to
"Select", users will be able to select multiple tasks using Ctrl+click.You can implement your own behavior using the API.
You can enable moving of all selected tasks at once.
This feature is available since 2024.2.5936.
API
multiselect.add()
multiselect.tasks()
multiselect.clear()
Demo
Availability
Availability of this feature in DayPilot editions:
| Lite | Pro | |
|---|---|---|
| DayPilot for JavaScript | ||
| DayPilot for ASP.NET WebForms | ||
| DayPilot for ASP.NET MVC | ||
| DayPilot for Java |
DayPilot