onGanttLayoutReady

fires after the Gantt layout is ready, but before it is rendered

void onGanttLayoutReady();

Example

gantt.attachEvent("onGanttLayoutReady",function(){
    // any custom logic here
});

Back to top