fires immediately before loading data from the data source has been started
Will be removed in future versions. Use onLoadStart instead.
scheduler.attachEvent("onLoadStart", function(){
//any custom logic here
});
scheduler.attachEvent("onXLS", function (){
//any custom logic here
});
deprecated since v5.2
Back to top