본문으로 건너뛰기

onLoadEnd

Description

데이터 소스에서 데이터 로딩이 완료되면 한 번 실행됩니다.

onLoadEnd: () => void

Example

```javascript
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.