RadiantQ jQuery Gantt Package
GanttChart Events.
Previous Topic  Next Topic 

GanttChart Events

Chart Time Span Changing.

The Chart's time span could change due to a variety of reasons - the end-user zooming, paging, AnchorTime change, etc. A reliable way to listen to all these changes is like this:


// end-user zooming

$('#flexyGantt_container').FlexyGantt({

      // Raised when the user zooms the view.

       Zoomed: function ( sender, args )

       {                        


       }                        

});


//end-user paging.

$('#flexyGantt_container').FlexyGantt({

      // Raised when the user zooms the view.

       AnchorTimeChanged: function ( sender, args )

       {                        


       }                        

});



� RadiantQ 2022. All Rights Reserved.