Unplanned
Last Updated: 11 May 2023 16:01 by Stenly
The expand button that is used for expanding the GroupHeader is visible even when all appointments are displayed in a TimeRulerMonthViewItem.
Unplanned
Last Updated: 04 Jan 2021 12:13 by ADMIN

The GetOccurrencesWithoutExceptionsFromDateTimeRange should return the occurrences of a recurring appointment, without the exceptions (modified or deleted occurrences). However, now the method returns modified occurrences and skips only the deleted ones. The method should skip also the modified occurrences.  

To work this around, exclude the exceptions using their state property:

var occurrencesWithoutExceptions = appointment.GetOccurrencesWithoutExceptionsFromDateTimeRange(appointment.Start, DateTime.Now.AddDays(130)).Where(o => o.State != RecurrenceState.Exception);

Unplanned
Last Updated: 07 Dec 2020 10:55 by ADMIN
When an exception occurrence is created and the MaxOccurrences of a recurring appointment is changed, the exception occurrence is not removed. 
Unplanned
Last Updated: 16 Jan 2018 09:24 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:08 by ADMIN
When double click on the right of the ViewDefinition buttons new Appointment dialog is shown
Unplanned
Last Updated: 04 Jan 2017 13:06 by Joshua Obal
Drag and drop is not working properly for RadScheduleView WPF running inside WindowsFormsHost, in a WPF Browser Application. When you drag an appointment, it drops it in another location. 

The hierarchy of child controls is as follows:
•	WPF XAML Browser App page, containing a WinFormsHost  (WPF)
  o	WInFormsControl containing a ElementHost control (WinForms)
   	WPFUserControl containing RadScheduleView (WPF)
Please see the attached sample project that demonstrates this issue. I would like to make the whole application WPF, however the parents of the WPFUserControl are an existing application where we want to include the RadScheduleView.
Unplanned
Last Updated: 03 Aug 2016 14:55 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 14:54 by Claudio
ADMIN
Created by: Konstantina
Comments: 1
Category: ScheduleView
Type: Bug Report
2
When the appointment is in the AllDayArea and it ends at the CurrentDate and the DayStartTime and DayEndTime are set, the arrow for continuance is still shown.
Unplanned
Last Updated: 03 Aug 2016 14:54 by ADMIN
Unplanned
Last Updated: 05 Aug 2016 13:52 by Stephen Tearle
Reproducible in the latest demo.

Create daily recurrence. Select multiple occurrences and drag them. For the first time they will be dragged. Then select exceptional (this is important!) occurrences and drag them - only the occurrence which was selected first will be dragged.
Unplanned
Last Updated: 03 Aug 2016 14:53 by ADMIN
When the appointment is few days long and the IsAllDayEvent is Not set, the appointment is rendered on the previous day. The DayStartTime should also be set to something different then 0:00h.
Unplanned
Last Updated: 03 Jan 2017 20:59 by Ramius
When creating an recurrent appointment on the 31st of the month Outlook gives the user a warning: "Some months have fewer than 31 days. For these months, the occurrence will fall on the last day of the month."  And as the message indicates, the event occurrences would start on the last day of the month when the 31st does not exist. 

This will set the occurrences at the end of each month regardless of the length of the month.
Unplanned
Last Updated: 03 Aug 2016 14:55 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 14:55 by ADMIN
When edit the a recurrent appointment by dragging or resizing it, existing exceptions are not cleared. They are cleared only when edit the appointment by its dialog.
Unplanned
Last Updated: 03 Aug 2016 14:55 by ADMIN
Appointments are rendered below the AllDayArea.
Unplanned
Last Updated: 11 Aug 2016 14:05 by ADMIN
When have several day events and appointments built for the day, changing  the view definition by week  to  day view definition layout broken.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ScheduleView
Type: Bug Report
2

			
Unplanned
Last Updated: 11 Aug 2016 14:04 by Brannon
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
When using the CreateAppointment command from a context menu, right clicking on a Recurrent appointment and the created appointment takes the Start/End time of the parent appointment not of the ocurrence and also the created appointment is recurrent.
1 2