Multiple Tasks can be selected by setting EnableMultipleTaskSelector gantt option as true. We have illustrated it in the FGMultipleTaskSelector installed sample.
|
$gantt_container.FlexyGantt({ DataSource: self.jsonData, ....., EnableMultipleTaskSelector: true, ..... }); |
MultipleTaskSelectorKeyCode is used to configure the key combination for multiple task selection.
|
$gantt_container.FlexyGantt({ DataSource: self.jsonData, ....., // We have set customizable x (key code 88) for multiple task selection MultipleTaskSelectorKeyCode: 88, ..... }); |
Note : By default Ctrl key will be assigned for multiple task selection.
� RadiantQ 2022. All Rights Reserved.