fires immediately before loading data from the data source has been started
url | string | the server-side url (may be a static file or a server side script that outputs data) |
type | string | ('json', 'xml', 'oldxml') the data type |
gantt.attachEvent("onLoadStart", function(url, type){
console.log("onLoadStart",url, type)
});
The event fires in the load method.