Unplanned
Last Updated: 02 Mar 2018 12:29 by ADMIN
Created by: Ponmalar
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
1
currently Week ViewMode is not available on UWP .it will be helpful to display only the business days in the calendar
Unplanned
Last Updated: 05 Apr 2018 12:35 by ADMIN
Unplanned
Last Updated: 09 Apr 2024 12:01 by Alberto
Cells get completely unresponsive when resizing the app in multi day view
Unplanned
Last Updated: 28 May 2024 12:24 by Marco
Created by: Marco
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
When scrolling the AgendaView very fast the agenda scrolls endlessly. You can reproduce this in the QSF->Calendar and scheduler->agenda configuration example.
Unplanned
Last Updated: 18 Aug 2022 12:32 by Egor

When changing the device orientation to a landscape mode, the all-day timeline cell does not resize as expected. The all day text moves the the date cell.

Unplanned
Last Updated: 30 Jun 2023 07:19 by Alberto

When changing the view mode from Day to MultiDay or opposite, and having an AppointmentTemplateSelector, exception is thrown on iOS. 

workaround: 

Return the default template when platform is iOS.

if(Device.RuntimePlatform == Device.iOS)

            {

                return default;

            }

Unplanned
Last Updated: 19 Jun 2023 05:56 by Sasi
For example create a 5 minutes appointment. The text is not readable in day multi day view modes. 
Unplanned
Last Updated: 11 Apr 2024 08:05 by Alberto

An arrow is displayed inside the appointment in cases when:

- when editing the appointment star end date and navigating to another week and then returning back to the week with the modified appointment

- adding new appointments to the week

 

Unplanned
Last Updated: 19 Apr 2023 09:02 by Edoardo

When adding a RadCalendar with Day ViewMode in a TabView and switching tabs, null ref exception is thrown. 

Workaround: Set TabView.IsContentPreserved to True 

Unplanned
Last Updated: 05 Dec 2022 12:34 by Milan

Currently there are areas in the MultiDayView that cannot be styled using the background color.  Provide an option to set a background color to the entire the MultiDayView:

Unplanned
Last Updated: 02 Dec 2022 13:40 by Milan
when setting a TimeLineBackgroundColor to MultiDayView,  it is not respected on iOS. https://docs.telerik.com/devtools/xamarin/controls/calendar/images/calendar_scheduling_timeline.png The image in the middle is on iOS. The timeline background color is not applied
Unplanned
Last Updated: 06 Oct 2022 13:32 by Sasi
Created by: Sasi
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0
Add appointments indicators in the date area of the multi day view, similar to week, day, month view modes. 
Unplanned
Last Updated: 14 Mar 2018 07:41 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0
When in DayView, the calendar renders appointments in a TimeRuler. Currently, AppointmentTapped is the only way to get user interaction when the user makes a selection in the time ruler, so there has to be an appointment there.

This feature request is to also have an event for when the user taps on a time slot that doesn't contain an appointment. Something like: TimeRulerSelectionChanged.

Unplanned
Last Updated: 15 Jun 2022 11:10 by Jakub
MaxCount in CalendarAppointmentsStyle does not work when DisplayMode is set to anything but Shape.
Completed
Last Updated: 21 Aug 2018 11:37 by ADMIN
Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
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.

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.

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.
Completed
Last Updated: 18 Oct 2018 11:50 by ADMIN
Available in the R3 2018 SP release.