Перейти к основному содержимому

onLoadStart

Description

Срабатывает непосредственно перед началом процесса загрузки данных из источника данных

onLoadStart: () => void

Example

scheduler.attachEvent("onLoadStart", function(){  
scheduler.config.readonly = true;
});

scheduler.attachEvent("onLoadEnd", function(){
scheduler.config.readonly = false;
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.