Selection change can be listened using ganttcontrolselectionchanged and flexyganttselectionchanged events as illustrated below,
|
// To listen the selection change in GanttControl $gantt_container.bind("ganttcontrolselectionchanged", function () { //Your code }); // To listen the selection change in FlexyGantt $gantt_container.bind("flexyganttselectionchanged", function () { //Your code }); |
© RadiantQ 2022. All Rights Reserved.