Unplanned
Last Updated: 21 Jun 2018 13:12 by ADMIN
Unplanned
Last Updated: 15 Dec 2020 15:56 by ADMIN
All-day area is misaligned when the device/emulator is rotated to a different orientation.
Unplanned
Last Updated: 15 Jan 2019 08:34 by ADMIN
When in MonthView, you're navigating to WeekView on CellTap event, and DisplayDate and SelectedDate are bound to the same value, DisplayDate is not updated on iOS (works properly on Android)
Unplanned
Last Updated: 01 Feb 2019 05:54 by Shalin
Created by: Shalin
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
2
When the phone language and region are set to "Russian", for example, first day of week should be Monday. Currently it stays Sunday on iOS.
Unplanned
Last Updated: 22 Jun 2020 15:39 by ADMIN

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.

Unplanned
Last Updated: 23 Jul 2019 08:06 by ADMIN
Created by: Urs
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
2
The visual representation of an appointment is wrong when DayViewSettings.StartTime is set so that the appointment is initially visible
Unplanned
Last Updated: 19 Nov 2023 12:43 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to display all-day appointments by expanding the all-day area
Unplanned
Last Updated: 23 Oct 2022 08:55 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
I want to change the button style, icon, etc. Provide an option to style the add appointment button.
Unplanned
Last Updated: 05 Mar 2024 09:07 by Dinesh

In the RadCalendar, if we set the DisplayDate to future date (For example, current date is 04-03-2024 and the display date as 08-April-2024), application gets crashed in iOS platform. This issue occurs only in iOS 17 and above versions.

Exception

NSInternalInconsistencyException Reason: UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}
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.
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. 

 

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.

Unplanned
Last Updated: 23 Feb 2021 08:07 by ADMIN
Created by: Mehdi
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1

Provide a way to highlight or identify the days with appointments in the year view mode. When in year view mode, those days with appointments, have different color for example.

Currently, just today is highlighted.

Unplanned
Last Updated: 19 Nov 2023 12:40 by ADMIN
Currently all-day appointments that last for more than a day are visualized in the all-day area of MultiDayView as separate shapes  - provide a way to render them as continuous shapes.
Unplanned
Last Updated: 13 Mar 2020 07:46 by ADMIN
When the Start and EndDate properties are changed one after another and each of them calls PropertyChanged the appointment does not render accurately. If for example there is an appointment from 3 PM to 4 PM (duration 1 hour) and the Appointment is changed to one hour earlier (from 2 PM to 3 PM) on the screen the Appointment is displayed from 2 PM to 4 PM (duration 2 hours).
Unplanned
Last Updated: 17 Feb 2020 15:19 by ADMIN
Currently the first label marking the DayStartTime is not visualized in the timeline of the DayView (and MultiDayView) on Android. This leads to inconsistency with iOS, where the first label is displayed.
Unplanned
Last Updated: 24 Oct 2019 14:36 by ADMIN

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

Unplanned
Last Updated: 16 Oct 2019 12:26 by ADMIN
Created by: Grant
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
1

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.

Unplanned
Last Updated: 27 Feb 2020 13:54 by ADMIN
Add support for pull to refresh gesture. 
Unplanned
Last Updated: 19 Sep 2019 10:23 by ADMIN

If you set SelectedDate when the Calendar control is created, does not take any effect in the UI on iOS. 

As a workaround, set SelectedDate at a later stage.