RadiantQ jQuery Gantt Package
How to listen selection changed in gantt?
Previous Topic  Next Topic 


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.