fires after loading data from the data source has been completed
scheduler.attachEvent("onLoadStart", function(){ scheduler.config.readonly = true; }); scheduler.attachEvent("onLoadEnd", function(){ scheduler.config.readonly = false; });