Completed
Last Updated: 21 Jul 2017 14:21 by Bojan
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.
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.
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: 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.

Completed
Last Updated: 25 Feb 2021 04:40 by Mehdi
Release R1 2021 SP1

I have added a TitleCellStyle to the calendar control.

<input:RadCalendar.TitleCellStyle>
    <input:CalendarCellStyle HorizontalTextAlignment="Center" VerticalTextAlignment="Center" BackgroundColor="LightGray" FontAttributes="Bold"/>
</input:RadCalendar.TitleCellStyle>

Then navigate from MonthView to DayView. The Title Text is not updated. It shows the text from the month view

For example, the TitleText in MonthView is January 2021, in the DayView should be the date the month and the year, 13 January 2021, but it displays January 2021

MonthView Title Text:

DayView Title Text

 

Completed
Last Updated: 24 Feb 2021 13:03 by ADMIN
Release R1 2021 SP1
The calendar.ViewMode property isn't updated properly at least in these two scenarios:


Going to the Year view  mode by tapping the title (month name) when in Month view mode.
Going to the Day view mode by tapping a cell (day name) when in Month view mode.
Completed
Last Updated: 13 Apr 2021 11:56 by ADMIN
Release 2021.1.413 (R1 2021 minor release)
Created by: Lewis
Comments: 4
Category: Calendar & Scheduling
Type: Bug Report
0

Programmatically setting the DisplayDate property of the control doesn't update the UI (just shows the same date/appointments)

 

E.g.   Calendar.DisplayDate = Calendar.DisplayDate.AddMonths(2);

 

This worked in version 2020.1.114.1, but after updating the controls this no longer works. 

Completed
Last Updated: 14 Sep 2022 13:54 by ADMIN
Release R3 2022

when using DayViewSettings and applying AppointmentTemplate, the template is not applied, the default one is applied. 

Workaround: apply AppointmentTemeplate to MultiDayViewSettings for UWP.

1 2 3 4