Each platform supports different set of views and the navigation flow between views is different on each platform. It will be great do add support for all views and unify the navigation flow. Custom navigation will be also useful.
While in DayView (or any other appropriate view), allow changing the start/end time of the appointment when you drag the edges.
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.
If calendar is placed in a grid row and later its rowspan is increased, the calendar does not update its size.
when setting Flow view mode to the RadCalendar control, the UI freeze.
The Flow mode is set using a custom renderer on iOS.
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
After changing the calendar's view mode on Xamarin.Forms on iOS from month to year and subsequently returning to month using the TryNavigateToUpperView and TryNavigateToLowerView calendar methods, the header with day names does not get displayed anymore. We are using "UI for Xamarin R1 2017". Available in the R3 2018 SP release.
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
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
Please expose a collection of Day objects for the currently visible days in the Calendar's view. Potentially in a RadCalendar.VisibleDays property. This would be needed to get the trailing and leading days of the previous and next month. For example, see the attached screenshot.
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.