Unplanned
Last Updated: 14 Jul 2021 14:55 by Ganpat
If you use DayView and define MinDate and MaxDate with such values that the interval between them is less than a week, the top week area with the days cannot be scrolled.
Duplicated
Last Updated: 17 Jun 2021 05:44 by ADMIN
We are facing issue in Android in day view- Radcalender, if we have appointments at the same time view is getting overlapping each-other, some appointments are getting hidden.
Unplanned
Last Updated: 21 May 2021 14:20 by ADMIN
RadCalendar provides ScrollAppointmentIntoView and ScrollTImeIntoView for DayView and MultiDayView modes, we should provide these methods for AgendaView as well.
Completed
Last Updated: 06 Nov 2020 14:50 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)

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?

Completed
Last Updated: 06 Nov 2020 14:51 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
Created by: René
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
0

Maybe I am over looking something, but I am unable to show the RadCalendar in the Agenda view mode with a dark background color. I have tried setting the background color of the RadCalendar to a dark color and the AgendaViewSettings only seem to allow me to set text colors and not the background. 

We use the control in three modes, DayView, MonthView and AgendaView and only in agenda we can't seem to change the background color.

Completed
Last Updated: 06 Nov 2020 14:44 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
Currently the "from" and "to" strings related to appointment's StartDate and EndDate shown Inside the AppointmentSummaryView of the Scheduling UI cannot be translated.
Declined
Last Updated: 15 Sep 2020 13:53 by ADMIN
Created by: Joakim
Comments: 3
Category: Calendar & Scheduling
Type: Bug Report
0

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

Completed
Last Updated: 24 Feb 2021 13:02 by ADMIN
Release R1 2021 SP1

Default calendar:

<telerikInput:RadCalendar x:Name="calendar"/>

 

 

Setting some styles (copied from https://docs.telerik.com/devtools/xamarin/controls/calendar/styling/calendar-styling-cell) :

<telerikInput:RadCalendar x:Name="calendar">
    <telerikInput:RadCalendar.TitleCellStyle>
        <telerikInput:CalendarCellStyle BackgroundColor="LightBlue" 
            TextColor="Gray" 
            FontSize="20"/>
        </telerikInput:RadCalendar.TitleCellStyle>
    <telerikInput:RadCalendar.DayNameCellStyle>
        <telerikInput:CalendarCellStyle TextColor="Black"/>
    </telerikInput:RadCalendar.DayNameCellStyle>
</telerikInput:RadCalendar>

 

 

 The month name loses current culture localization once the cell is styled. 

Completed
Last Updated: 24 Feb 2021 13:01 by ADMIN
Release R1 2021 SP1

Java.Lang.IllegalArgumentException:** 'Comparison method violates its general contract! is thrown when appointment source loads

For example, there are 33 appointments with the same start date and end date and 3 with a different start date and same end date as the other 33 appointments, all appointments are AllDay.
The exception is thrown on Android when loading the appointment source. It works fine on iOS and UWP.

Unplanned
Last Updated: 16 Dec 2020 17:39 by ADMIN
Created by: Evan
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
When there are all-day appointments in the Calendar in DayView/MultiDayView,  after the device/emulator is rotated to a different orientation, the all day event are not resized in response to the wider/narrower day "column."
Unplanned
Last Updated: 05 Jan 2021 11:27 by ADMIN

Dear sir/madam,

Following a forum post discussion regarding the RadCalendar's time format in Day/MultiDay view modes, it has been said that its time format is set based on the device's settings, and is not changeable by the developer. So, please add this feature so that the developer can at least set the RadCalendar's time format to either 24 or 12-Hour formats, not only in Day/MultiDay view modes but on any view mode.

Many thanks in advance

Completed
Last Updated: 16 Sep 2020 12:08 by ADMIN
Release R3 2020
If you try to explicitly set the Locale property of the native CalendarView through a custom renderer, the change is not applied in AgendaView ( the same works properly in other views).
Unplanned
Last Updated: 30 Apr 2020 11:48 by ADMIN
Created by: pathkon
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
While testing our app around timezones, we found a case where the cell selection would not render if timezone was set to Portugal, Azores (GMT+00:00). Selector reappears after switching to another month though. For some weird reason we were not able to replicate this issue for a similar timezone like Casablanca, Morocco (GMT+00:00).
3 4 5 6 7 8