multiselect
Description
Enables/disables multi-task selection in the Gantt chart
multiselect: boolean
Example
gantt.config.multiselect = false; //disables multi-task selection
gantt.init('gantt_here');
Default value: true
Details
note
This option is defined in the multiselect extension, so you need to activate the multiselect plugin. Read the details in the Multi-Task Selection article.
Related API
- eachSelectedTask
- getLastSelectedTask
- getSelectedTasks
- multiselect_one_level
- isSelectedTask
- toggleTaskSelection
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.