Loading events from 1 month and earlier on Scheduler view
Asked by Tunc 2 years ago.
Hi,
I would like to load events dynamically as I scroll through scheduler from past 1 month and earlier. Right now scheduler shows events from around 1 month earlier but not more. Is there a way to achieve this? Just for the info, below settings are enabled.
The data loading is set to asynchronous mode by default (args.async === true). It is necessary to call args.loaded() when the data is available.
You can also find more complex examples in the following tutorials. They which include a server side part (ASP.NET Core or PHP) and some additional explanation and performance tips: