Radzen scheduler

Hi

I need to get meeting which are in between start date and end date of the scheduler instead of loading all the meetings at once

Also I want to get events when I change between months and weeks. Is this possible?

Hi @Saad_Saeed,

You can try using the LoadData event. The event arguments expose Start and End property which would allow to get the required events within the range. Then assign a page field and used it for the Data of the scheduler.