Hi Guilherme,
Thanks for your interest in Syncfusion products.
VisibleDatesChanged Event can be used to achieve your requirement. For that please refer the below code snippet.
SfSchedule schedule = new SfSchedule();
schedule.ScheduleView = ScheduleView.MonthView;
schedule.VisibleDatesChangedEvent += schedule_VisibleDatesChangedEvent;
//VisibleDatesChanged Event
void schedule_VisibleDatesChangedEvent(object sender, VisibleDatesChangedEventArgs args)
{
} |
Please let us know for further assistance.
SfSchedule Page unavailable issue:
We have already noted this issue. We will resolve the issue and page will be available within 1st week of May, 2016. We appreciate your patience until then.
Regards,
Swathi G