fires when a task is being loaded from the data source
task | Task | the object of a task |
boolean | defines whether the default action of the event will be triggered (true) or canceled (false) |
gantt.attachEvent("onTaskLoading", function(task){
//any custom logic here
return true;
});