fires after loading data from the data source is complete
Will be removed in future versions. Use onLoadEnd instead.
scheduler.attachEvent("onLoadEnd", function(){
//any custom logic here
});
scheduler.attachEvent("onXLE", function (){
//any custom logic here
});
deprecated since v5.2
Back to top