The background color for appointments is no longer visible in agenda view on iOS (Property "Color" on Appointment). The color works on both Day, Month and Week views, but not Agenda view. But it works on Android. It's only on iOS there is no background color. This worked before the latest update (Release R3 2020, Version 2020.3.916.1).
Is there anything else that needs to be done, except setting the Color property of appointments?
Hi,
The finnish translations are not correct in the calendar component. We would like to change the translations for names of days and month, in the calendar component. As far as we know, this is not possible. We can only change 4 texts (4 calendar views localization keys) according to this documentation: https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-localization
Localization works, and we can set the language. But for the finnish language, the translations you provide for days and months are not correct. We would like to be able to change these texts ourselves, name of days and months. Is there any way for us to do this? We need the Finnish translations to be correct.
Thank you!
Best Regards,
Joakim
joakim.w@digitalcreation.se
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
On Android, when the user selects a date on CalendarViewMode.Month mode, the DisplayDateChanged event is fired twice and the displayed date in CalendarViewMode.Day is incorrect.
Sometimes the display date is 4-6 months ahead/behind or just with one month.
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
Provide events raised when a new appointment is created and when an existing appointment is updated/deleted.
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.