specifies whether multi-task selection will be available within one or any level
gantt.config.multiselect_one_level = true;
gantt.init('gantt_here');
//INCORRECT
gantt.config.multiselect = false; //multiselection is disabledgantt.config.multiselect_one_level = true;
gantt.init('gantt_here');
The option makes sense only when the multiselect option is enabled.