Blazor Scheduler: Detect month change

Hello everyone,

I'm using Radzen Scheduler for creating appointments.
I was wondering if there is a way to detect when a user changes the month (so like when he/she clicks "next").
I'm asking since I need to get all appointments of the displayed month only.

Thanks in advance!

Hi @Nat,

You can use the LoadData event which provides start and end date of the current view. It is invoked when dates change.

1 Like

@korchev thanks for the help!