Unplanned
Last Updated: 22 Jun 2020 15:39 by ADMIN

On Android,  when the user selects a date on CalendarViewMode.Month mode, the DisplayDateChanged event is fired twice and the displayed date in CalendarViewMode.Day is incorrect. 

Sometimes the display date is 4-6 months ahead/behind or just with one month.

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.
Unplanned
Last Updated: 30 Apr 2020 11:48 by ADMIN
Created by: pathkon
Comments: 0
Category: Calendar & Scheduling
Type: Bug Report
0
While testing our app around timezones, we found a case where the cell selection would not render if timezone was set to Portugal, Azores (GMT+00:00). Selector reappears after switching to another month though. For some weird reason we were not able to replicate this issue for a similar timezone like Casablanca, Morocco (GMT+00:00).
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
Unplanned
Last Updated: 13 Mar 2020 07:46 by ADMIN
When the Start and EndDate properties are changed one after another and each of them calls PropertyChanged the appointment does not render accurately. If for example there is an appointment from 3 PM to 4 PM (duration 1 hour) and the Appointment is changed to one hour earlier (from 2 PM to 3 PM) on the screen the Appointment is displayed from 2 PM to 4 PM (duration 2 hours).
Unplanned
Last Updated: 27 Feb 2020 13:54 by ADMIN
Add support for pull to refresh gesture. 
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.
Unplanned
Last Updated: 17 Feb 2020 15:19 by ADMIN
Currently the first label marking the DayStartTime is not visualized in the timeline of the DayView (and MultiDayView) on Android. This leads to inconsistency with iOS, where the first label is displayed.
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 ?

 

 

Unplanned
Last Updated: 31 Jan 2020 15:01 by ADMIN
Created by: Andrii
Comments: 1
Category: Calendar & Scheduling
Type: Feature Request
0
How can I hide week and month headers in Agenda View Mode?
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: 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: 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: 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.
Unplanned
Last Updated: 06 Nov 2019 11:10 by ADMIN
Currently appointments that last for more than a day are visualized separately in each day cell in Month View - provide a way to render them as continuous shapes.
Unplanned
Last Updated: 24 Oct 2019 14:36 by ADMIN

when showing 3 months (last month, present month and the next month) on calendar component, the next month tab is displayed twice. see the attached video

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

Unplanned
Last Updated: 16 Oct 2019 12:26 by ADMIN
Created by: Grant
Comments: 1
Category: Calendar & Scheduling
Type: Bug Report
1

I've attached a handler to the ViewChanged event of the Calendar component.

The event fires on Android but not on UWP. I've tried changing the view type using the calendar controls and also programatically but the event is not being fired.

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