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()