onBeforeGanttRender

fires before the Gantt chart is rendered on the page

void onBeforeGanttRender();

Example

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

See also
Back to top