Scheduler event next previous Month

Good morning,

I need some help with changing the month on the scheduler. At each month change I have to invoke an API where I pass the current month and year, but if I manage it in the OnSlotRender event it enters several times and it doesn't go well. Is there a dedicated event that fires only when I click on < or > of the scheduler? Thanks a lot to everyone.

Roberto

Hi @Roberto_Daniele,

You can try the LoadData event of RadzenScheduler. It fires every time the view changes - during navigation between dates or switching views.

Yes, it's work fine! :wink:
Tks very much Korchev!
Have a nice day! :raised_hand_with_fingers_splayed: :raised_hand_with_fingers_splayed:

Roberto