Unplanned
Last Updated: 15 Dec 2017 14:20 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
3
Add a property for setting the start day of the week.
Completed
Last Updated: 15 Mar 2018 14:28 by ADMIN
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Completed
Last Updated: 05 Feb 2020 13:29 by ADMIN
Release R1 2019 SP
Created by: IanV
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
3

Xamarin Forms, Newest everything

Out of the box, all Calendar views for iOS are in AM/PM

In Android the MultiDay is 24 hour, but the Day view is AM/PM

How can I force Android MultiDay to be AM/PM ?

 

 

Completed
Last Updated: 20 Mar 2020 13:18 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
Created by: IanV
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
3
If you have an appointment with duration 15 min, it is not properly rendered in DayView/MultiDayView on Android - it is visualized as a 30 min appointment
Completed
Last Updated: 03 Jun 2019 14:39 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)

SelectionChanged starts calling twice when appointments collection is changed at runtime from within the event.

The problem occurs when I update the Events property on either of the events DisplayDateChanged or SelectionChanged. It seems these events are triggered another time, sometimes, when the AppointmentSource gets refreshed. I say sometimes because you can navigate through the weeks as normal, but as some points you notice something went wrong. Here’s a list of what I have encountered so far :
When sliding through the weeks from the days header, let’s say the selected day is a Monday, the next weeks would have the Monday selected as expected. Then a random week would have an other selected day (Friday). It would happen randomly until some weeks get skipped completely.
When sliding through the weeks from the days header, let’s say the selected day is a Monday, the next weeks would have the Monday selected as expected. If I touch the Friday box,  the selected date gets initially updated  to Friday and then a random day between Monday and Friday gets selected.
When sliding through the weeks from the days header, the calendar gets stucked on a random week, and sliding forward or backward through the days header just put you back to the same week. In this case the only way to move to the next/previous week is to slide through the time slot.

Completed
Last Updated: 19 Jun 2019 12:47 by ADMIN
Release R2 2019 SP1
The calendar does not scroll to the updated DisplayDate when MultiDayView is used and the DisplayDate is set in DisplayDateChanged event.
Completed
Last Updated: 18 Sep 2019 08:49 by ADMIN
Release R3 2019

When RadCalendar is inside Xamarin Forms Tabbed Page. Switching between tabs triggers Calendar SelectionChanged and the calendar DisplayDate is changed. 

Workaround:
the issue could not be reproduced when RadTabView is used and its IsContentPreserved property is set to true.

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: 24 Aug 2020 07:57 by ADMIN
Created by: JJ
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
3
As of the R3 2019 Release of Telerik UI for Xamarin, Day View and Multi-Day View are the only two views where Appointments can have custom data templates.
This is done via setting Appointment Content Template to a template selector in the Day view or Multi-Day view settings object.
It would be useful to add Appointment Content Templates to the Agenda View, allowing for finer customization of the appointment. 
Similar to Day View and Multi-Day View, it could be set via AgendaViewSettings.
Agenda view has differing functionality from Day and MultiDay view which makes it better suited to certain user experiences, however it is currently limited and missing the same appointment customization options that the day and multi-day views allow.
Unplanned
Last Updated: 20 Jul 2024 13:54 by yuri

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: 03 Jan 2018 07:42 by ADMIN
Created by: Chris
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
2
It would be nice to see the current displayed year in the Header while displaying the RadCalendar in 'MonthName' CalendarViewMode.
Unplanned
Last Updated: 29 Mar 2018 11:48 by FS
Created by: FS
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
2
Will be good to have a property in the Calendar control for Xamrin Forms, to hide the columns in the calendar to show only business days.  The new property name could be:

HideWeekends or ShowWeekends or ShowOnlyBusinessDays.   The idea would be have the availabilty to display a calendar only for working days (Monday thu Friday).

Thanks


David
Completed
Last Updated: 18 Aug 2017 13:33 by Simba
Available in minor release 2017.2.0818. It will also be available in the R3 2017 release.
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.
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).
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: 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.
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.

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: 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.