Available in minor release 2017.2.0818. It will also be available in the R3 2017 release.
Expose an editing feature of the RadCalendar so that the users can hold a specific time slot and manually add an appointment or edit an already existing one.
While in DayView (or any other appropriate view), allow for appointments to be draggable to another time slot for rescheduling.
Ref# 1106424. We are using Kendo Scheduler in our Web application to show the recurring appointments. Similarly, We need the Recurring appointments to the RadCalendar for Xamarin.Forms in Mobile to aligned with Android and IOS.
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.
On Android and iOS the currently selected date can be reset by setting RadCalendar's SelectedDate property to null. The currently selected date gets deselected in the GUI and, most importantly, the "CalendarOnSelectionChanged" event can be raised again when the same date gets selected again in the GUI right afterwards. This is not the case on the UWP. The selected date does not get deselected and the CalendarOnSelectionChanged does not get raised when the same date gets selected again in the GUI. We tested it using the Telerik_UI_for_Xamarin_2017_1_1220_4_Dev build. See attached file for more details. Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
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.
Provide support for customizing appointments to align with the iOS and Android
If calendar is placed in a grid row and later its rowspan is increased, the calendar does not update its size.
Will be good to have a property in the Calendar control for Xamrin Forms, to hide the columns in the calendar to show only business days. The new property name could be: HideWeekends or ShowWeekends or ShowOnlyBusinessDays. The idea would be have the availabilty to display a calendar only for working days (Monday thu Friday). Thanks David
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.
Consider exposing API allowing customers to configure alarms.
It would be nice to see the current displayed year in the Header while displaying the RadCalendar in 'MonthName' CalendarViewMode.