Unplanned
Last Updated: 26 May 2022 11:30 by Jakub
Created by: Jakub
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0

Provide a new view similar to Day/MultiDay View with horizontal timeline - in this way it would be easier to accommodate more appointments for a certain timeslot. 

This timeline would be scrollable vertically to fit as many calendar events as needed, and horizontally to fit all time frames. 

Unplanned
Last Updated: 25 May 2022 12:54 by Vinu
Created by: Vinu
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0

Provide a way to remove the appointment time display in Calendar AgendaView both on Android & iOS - on iOS there is a separate column for appointments' time that should be removed.

Unplanned
Last Updated: 08 Feb 2022 13:40 by Tugsan
When the Calendar is in DayView and there is a DayViewStyle applied with a AllDayAreaBackgroundColor setting, the color is not applied for the Today Date ( when the Calendar Date is DateTime.Today), for other dates the all-day area background is properly set.
Unplanned
Last Updated: 24 Jan 2022 08:26 by ADMIN
Created by: Jiri
Comments: 3
Category: Calendar & Scheduling
Type: Feature Request
0
In languages with noun declension like czech correct form is "leden 2022", displayed is "ledna 2022"
Completed
Last Updated: 10 Nov 2021 15:13 by ADMIN
Release R2 2021 SP
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
3

			
Completed
Last Updated: 10 Nov 2021 15:08 by ADMIN
Release R2 2021 SP
Created by: x
Comments: 2
Category: Calendar & Scheduling
Type: Feature Request
3

Provide events raised when a new appointment is created and when an existing appointment is updated/deleted. 

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.
Unplanned
Last Updated: 02 Jul 2021 13:37 by ADMIN
Created by: rajesh
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Appointment reminder to notify the user when scheduled time reaches.
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.
Completed
Last Updated: 16 Jun 2021 11:14 by ADMIN
Release R2 2021 SP1
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.
Unplanned
Last Updated: 26 Apr 2021 08:42 by ADMIN

Additional add appointment button is displayed when the device orientation is a landscape and the calendar view mode is Year. When switching from Year to day/multiday the issue happens in these views too.

The issue can be reproduced in the Telerik Xamarin Sample App/Calendar/Scheduling example 

Go to Year view, rotate the device in landscape mode, second + button is displayed inside the calendar title (year name)

Then rotate the device in portrait mode and go to day/multiday view,  
Rotate in landscape mode -> issue occurs. 

 

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. 

Unplanned
Last Updated: 07 Apr 2021 09:34 by ADMIN
Created by: Peter
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
There is a white space between the calendar grid lines and special slots

Unplanned
Last Updated: 19 Mar 2021 16:00 by ADMIN
Created by: Jelle
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1

While in DayView (or any other appropriate view), allow changing the start/end time of the appointment when you drag the edges.

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: 24 Feb 2021 13:03 by ADMIN
Release R1 2021 SP1
If Calendar TitleCellStyle and DisplayDate are set, control shows the title as current month ..not the month of the display date.
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:02 by ADMIN
Release R1 2021 SP1

when setting Flow view mode to the RadCalendar control, the UI freeze. 
The Flow mode is set using a custom renderer on iOS.