Scheduler – Lazy Load

Looking to lazy load data when the view changes between periods, either month/day/week view or previous/next period button clicked.

What event should I capture and what are the arguments that tell me what time period is about to load?

Looks like LoadData might be the answer but can’t find any documentation.

Hi @tsansoterra,

Yes, you need to use the LoadData event. The documentation is here.

Perfect. Thank you. Can't believe I missed that.