본문으로 건너뛰기

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.