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