I binded my CalendarData (ObservableCollection) onto SfSchedule.ItemsSource with MVVM structure.
And I also implemented some logic to filter CalendarData from Vm side, but it does not apply to the Calender view...
Is it possible to filter and update the Appointment list on the Calendar view programatically?
It looks not working...
I look forward to hearing your advice.
Regards,
James