Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Xamarin Scheduler AgendaView minimumDate and maximumDate don't work
posted

Hello,

I do this:

scheduler.AgendaViewMinimumDate = scheduler.SelectedDate.AddDays(10);
				scheduler.AgendaViewMaximumDate = scheduler.SelectedDate.AddDays(-10);
				scheduler.ViewMode = Infragistics.Scheduler.Core.SchedulerViewMode.AgendaView;

But the AgendaView shows only the appointments of the selected date. Using specified dates don't affect either.

What should I do?

Parents Reply Children
No Data