Completed
Last Updated: 19 Jun 2019 12:46 by ADMIN
Release R2 2019 SP1

If there is an all-day appointment at a certain date, navigating to a different date through the week navigation in DayView and going back to the previous date, it will not always show the all-day item.

Completed
Last Updated: 16 Dec 2019 12:34 by ADMIN
When RadCalendar is used in Xamarin.Forms Shell project, the vertical scrolling is not possible.
Completed
Last Updated: 24 Feb 2021 13:03 by ADMIN
Release R1 2021 SP1
If Calendar TitleCellStyle and DisplayDate are set, control shows the title as current month ..not the month of the display date.
Completed
Last Updated: 23 Oct 2019 12:26 by ADMIN
Release R3 2019 SP

set the MultiDayViewStyle (tried both in code and also in the xaml) and the Appointment settings don't seem to have any effect on Android.

The following properties are not applied to the DayViewStyle/MultiDayViewStyle
- AppointmentFontSize
- AppointmentDetailsFontSize
- AppointmentTextColor
- AppointmentDetailsTextColor

Completed
Last Updated: 05 Apr 2018 11:34 by ADMIN
Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
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.
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: 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 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: 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.
Completed
Last Updated: 06 Nov 2020 14:56 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
Created by: Xplor Recreation Admin
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
1
If you set selected date range when the Calendar is loaded, the selection is not visualized.
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.
Completed
Last Updated: 19 Nov 2019 12:01 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
When I switch from Multi-day view to Day view it doesn't appear to redraw correctly on UWP. I can switch from Month to Day view and it's fine.

The behaviour I'm seeing is that it doesn't hide the multi-day view appointments and then doesn't correctly draw the day view ones. Please see the screen shot attached.
Completed
Last Updated: 23 Jun 2020 06:25 by ADMIN
Release R1 2020
When the calendar is in DayView mode and you tap on the 3rd of November, it incorrectly scrolls you back to the 27th of October. Another issue appears if you are on the 2nd and you try to swipe to the 3rd (by swiping the day area) - it does not allow you to do so.
 

Completed
Last Updated: 19 Feb 2020 15:43 by ADMIN
Release R1 2020 SP1

When change my calendar view to Agenda, appointments with too large Title, overlap the time section in the container box.
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: 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: 07 Dec 2020 16:07 by ADMIN
Release 2020.3.1207 (R3 2020 minor release)
Completed
Last Updated: 22 Oct 2020 15:30 by ADMIN
Release R3 2020 SP1

1.Start a swipe gesture to the right (as like when you navigate to next three days) but stop it by return your finger back (holding the finger on the screen);
2. Since the gesture was canceled, you stay at 15th to 17th of July;
3.. Tap on some event to open it on other screen. Then come back to the calendar;
4.. Now you see other dates on the calendar, less than before, somewhat like 11th to 14th or 8th to 10th. Each time when you open other screen, calendar changes its displayed date. To cancel this behavior do new navigation swipe gesture.

Workaround:  get the DisplayDate before the navigation and set it when navigating back

Completed
Last Updated: 24 Feb 2021 13:02 by ADMIN
Release R1 2021 SP1

when setting Flow view mode to the RadCalendar control, the UI freeze. 
The Flow mode is set using a custom renderer on iOS.