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.

Completed
Last Updated: 26 Feb 2018 10:59 by ADMIN
Completed
Last Updated: 15 Jan 2020 12:08 by ADMIN
Release R1 2020
Created by: Scott
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Add a View that displays a list of the scheduled appointments.
Unplanned
Last Updated: 26 Feb 2018 10:31 by ADMIN
Completed
Last Updated: 22 Nov 2018 16:13 by ADMIN
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Unplanned
Last Updated: 03 Sep 2018 13:27 by ADMIN
Declined
Last Updated: 11 Jan 2019 09:48 by ADMIN
Created by: Olivier
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
1

Hello Telerik Team,

I would like to report a bug I found on Android (not iOS).

If you use a RadCalendar inside a content page which is inside a TabbedPage, you can't swipe on the RadCalendar when it is in ViewMode=Week.

You have to draw a diagonal to make it works otherwise, the swipe (on the RadCalendar) is handled by the TabbedPage and it changes the current page being displayed.

 

If the RadCalendar ViewMode is set in MultiDay, the Swipe is well handled by the RadCalendar (instead of the TabbedPage).

 

Expected behavior : swiping on the RadCalendar in ViewMode=Week should change the displayed week (like it does in ViewMode=MultiDay).

Current Behavior : swiping on the RadCalendar in ViewMode=Week should change the selected page of the TabbedPage.

 

Why I think it is a bug : in ViewMode=MultiDay, the swipe isn't handled the same way : it actually change the displayed day and doesn't change the current page of the TabbedPage control.

PS : if the RadCalendar ViewMode is set to Month, the swipe to change the displayed month is from top to bottom or bottom to top unlike the Week mode which handle swipe from right to left or left to right.

 

I wish you a happy new year and a lot of bug fix with a lot of new feature released :)

 

 

Completed
Last Updated: 18 Sep 2019 08:48 by ADMIN
Release R3 2019
Created by: Anvar
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
On UWP, the RadCalendar's DisplayDate isn't updated when the month's view changes (via user selecting the up/down arrows in the header).
Completed
Last Updated: 13 Feb 2019 09:21 by ADMIN
Available in the R3 2018 SP release.
Unplanned
Last Updated: 01 Mar 2018 12:21 by ADMIN
ADMIN
Created by: Nikolay
Comments: 3
Category: Calendar & Scheduling
Type: Bug Report
1

			
Unplanned
Last Updated: 27 Feb 2019 14:40 by ADMIN
Created by: Prabu
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide the option to assign resources to appointments, so users could associate additional information to each appointment from a list with available options.
Unplanned
Last Updated: 27 Feb 2019 14:47 by ADMIN
Created by: Prabu
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Enable grouping the appointments in the view according to their assigned resources
Completed
Last Updated: 16 Sep 2020 14:08 by ADMIN
Release R3 2020
Created by: Yana
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to modify the create/edit appointment screens, for example to include additional properties, to customize their look&feel,etc.
Completed
Last Updated: 18 Sep 2019 08:49 by ADMIN
Release R3 2019
Created by: Quentin
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
DisplayDateChanged event is not fired in UWP
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.
Completed
Last Updated: 04 Oct 2019 14:44 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
In DayView mode, when TimelineInterval is set to "0:30", in Android it shows just the hour component. Like 1 PM, 1 PM, 2PM, 2 PM etc. 
Completed
Last Updated: 05 Dec 2019 13:04 by ADMIN
Release R2 2019 SP1

Region.Op.REPLACE is deprecated and therefore the exception is thrown:


[AndroidRuntime] java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed
[AndroidRuntime] at android.graphics.Canvas.checkValidClipOp(Canvas.java:779)
[AndroidRuntime] at android.graphics.Canvas.clipRect(Canvas.java:826)
[AndroidRuntime] at com.telerik.widget.calendar.CalendarFragment.drawRows(CalendarFragment.java:589)
[AndroidRuntime] at com.telerik.widget.calendar.CalendarFragment.render(CalendarFragment.java:259)
[AndroidRuntime] at com.telerik.widget.calendar.CalendarScrollManager$FragmentHolder$LayerView.onDraw(CalendarScrollManager.java:136)
[AndroidRuntime] at android.view.View.draw(View.java:20207)

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: 17 Jul 2019 10:01 by ADMIN
when the RadCalendar is hosted inside a ScrollView, users cannot navigate to other month using the swipe gesture
Completed
Last Updated: 13 May 2020 12:52 by ADMIN
Release R2 2020
If the TimelineInterval property of the DayViewSettings is set to 1 hour, and the DayEndTime is, for example, "18.30", the last 30 minutes are not visualized in the Calendar View.