Unplanned
Last Updated: 05 Dec 2017 13:58 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0

			
Completed
Last Updated: 20 Jun 2018 14:13 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
2
Available in the 2018 R2 SP release.
Unplanned
Last Updated: 26 Feb 2018 10:41 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
2
The more appointments you add to the AppointmentsSource, the poorer the performance of the Calendar is. 

This can be observed when switching months in month view. In case you have a huge amount of appointments, switching the months takes time. The issue is specifically obvious when a single month contains lots of appointments(600 for example). However, it is present when you are switching months that do not have any appointments at all as well.
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: 16 Jun 2021 11:14 by ADMIN
Release R2 2021 SP1
Unplanned
Last Updated: 01 Dec 2020 07:00 by ADMIN
In a scenario where you are trying to set the AppointmentsSource of the RadCalendar in the OnAppearing event of the Page, a NullReferenceException is thrown in the Telerik.XamarinForms.InputRenderer.WinRT.CalendarAdapter UpdateAppointmentsSource method.

A workaround is to make the OnAppearing method async and await the action that sets the AppointmentSource.

Completed
Last Updated: 18 Oct 2018 11:46 by Антон
Created by: Антон
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
2
Hi!

I've tried your TKCalendar and it looks really good. But unfortunately, there is an issue on iOS(Xamarin). I set MaxDate = DateTime.Today and SelectionMode == Range. When I tap on date grater than today they don't selected, as expected. But when I select dates by drag gesture I can select every days in month.The worst thing is that it seems that there is no way to turn off drag selection on iOS in Range selection mode. I could provide you with any files if it's necessary. 

Available in the R3 2018 SP release.
Completed
Last Updated: 05 Apr 2018 11:36 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
When binding RadCalendar.AppointmentStyle to a view model property, the calendar doesn't use the initial value of the bound property.

It will only update if you set the bound property after the view has loaded and let PropertyChanged notification do the work.

See Ticket #1138902 for reproducible.

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 03 Apr 2018 11:54 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: Calendar & Scheduling
Type: Feature Request
4

			
Unplanned
Last Updated: 27 Jul 2018 06:51 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: Calendar & Scheduling
Type: Feature Request
3
The year should be displayed on top of the months in MonthNames view mode.
Completed
Last Updated: 22 Jan 2019 12:40 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 7
Category: Calendar & Scheduling
Type: Feature Request
10
By default, the RadCalendar in DayView mode starts at midnight which is not very intuitive for all scenarios. The native controls expose APIs to control the starting time so we can consider exposing StartTime/EndTime properties for the users to control.
Completed
Last Updated: 26 Feb 2018 10:31 by ADMIN
Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Unplanned
Last Updated: 13 Sep 2017 14:42 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
2

			
Completed
Last Updated: 05 Apr 2018 11:33 by ADMIN
If you have a custom AppointmentsStyle and AppointmentsSource binding of your RadCalendar, changing the AppointmentsSource to point to a new collection results in the AppointmentsStyle not being respected by the control.

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Unplanned
Last Updated: 13 Mar 2018 09:11 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
2
Currently, some days of the previous and next month are available when the Calendar is in MonthView. We can consider exposing a mechanism to show only the days from the current month as the TKCalendarViewMode.Flow mode in iOS(http://docs.telerik.com/devtools/ios/calendar/view-modes#flow-layout-with-months-and-month-days).
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019
ADMIN
Created by: Stefan Nenchev
Comments: 6
Category: Calendar & Scheduling
Type: Feature Request
8
The Android and iOS versions of the control support multiple and range selections. We should consider embedding such features in the Xamarin.Forms control as well.

Links to the features in iOS and Android:

- Android Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/calendar/calendar-selection

- iOS Range Selection: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/calendar/selection
Completed
Last Updated: 26 Feb 2018 10:30 by ADMIN
Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Completed
Last Updated: 18 Sep 2019 08:47 by ADMIN
Release R3 2019
Completed
Last Updated: 26 Feb 2018 10:59 by ADMIN
Completed
Last Updated: 02 Aug 2019 14:17 by ADMIN
Release R2 2019 SP2
With the current implementation of the control, if you have events later in the day - the user needs to scroll down so that they are shown. We can consider adding a mechanism to show the first available event or expose methods to bring a specific event into view.