If you set SelectedDate when the Calendar control is created, does not take any effect in the UI on iOS.
As a workaround, set SelectedDate at a later stage.
I've attached a handler to the ViewChanged event of the Calendar component.
The event fires on Android but not on UWP. I've tried changing the view type using the calendar controls and also programatically but the event is not being fired.
when showing 3 months (last month, present month and the next month) on calendar component, the next month tab is displayed twice. see the attached video
appointment color is not coming for ALL Day event in day or multi-day view.
Issue:
https://docs.telerik.com/devtools/xamarin/controls/calendar/images/dayviews.png
Solution:
Use AppointmentTemplate https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-appointments#appointment-template
1.Start a swipe gesture to the right (as like when you navigate to next three days) but stop it by return your finger back (holding the finger on the screen);
2. Since the gesture was canceled, you stay at 15th to 17th of July;
3.. Tap on some event to open it on other screen. Then come back to the calendar;
4.. Now you see other dates on the calendar, less than before, somewhat like 11th to 14th or 8th to 10th. Each time when you open other screen, calendar changes its displayed date. To cancel this behavior do new navigation swipe gesture.
Workaround: get the DisplayDate before the navigation and set it when navigating back
when setting Flow view mode to the RadCalendar control, the UI freeze.
The Flow mode is set using a custom renderer on iOS.
Provide a way to highlight or identify the days with appointments in the year view mode. When in year view mode, those days with appointments, have different color for example.
Currently, just today is highlighted.
While in DayView (or any other appropriate view), allow changing the start/end time of the appointment when you drag the edges.
Additional add appointment button is displayed when the device orientation is a landscape and the calendar view mode is Year. When switching from Year to day/multiday the issue happens in these views too.
The issue can be reproduced in the Telerik Xamarin Sample App/Calendar/Scheduling example
Go to Year view, rotate the device in landscape mode, second + button is displayed inside the calendar title (year name)
Then rotate the device in portrait mode and go to day/multiday view,
Rotate in landscape mode -> issue occurs.