Completed
Last Updated: 03 Aug 2012 04:30 by ADMIN
If you create a recurring appointment, delete one of its occurrences and export the calendar, when you import it back the deleted occurrence will be visible.
Completed
Last Updated: 31 Jul 2012 03:21 by ADMIN
When ShowAllDayArea is false, and you add an appointment on a single day from 00:00 to 24:00, the appointment will appear twice.
Completed
Last Updated: 10 Jul 2012 03:29 by ADMIN
When you add simple recurring appointment and edit some of its recurrences to create an exception, then open the series and remove the recurrence by clicking the Remove Recurrence button, the normal occurrences will disappear but the exceptions will still be present.
Completed
Last Updated: 05 Jul 2012 04:56 by ADMIN
The first time you drag an appointment after RadScheduler has loaded in grouped DayView mode, if you drag that appointment fast, an exception will be thrown.
Completed
Last Updated: 02 Jul 2012 01:46 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
0
The event is not fired in case you select the previously selected appointment in a different resource.
Completed
Last Updated: 29 Jun 2012 03:41 by ADMIN
The NewResourceId property of the event arguments on the AppointmentMoved/Moving events is always null. Also the events do not fire correctly the first time when an appointment is moved from one resource to another.
Completed
Last Updated: 11 Jun 2012 06:59 by ADMIN
When you use the following code:

this.radScheduler1.GetTimelineView().GetScaling().DisplayedCellsCount = 12;
this.radScheduler2.GetTimelineView().GetScaling().DisplayedCellsCount = 30;  

both schedulers have cells count equal to 30.
Completed
Last Updated: 31 May 2012 06:44 by ADMIN
Steps to reproduce:
1. Add appointment with start time 10:00AM and zero duration to MonthView.
2. Drag the appointment to other date.
3. The appointment will disappear.
Completed
Last Updated: 16 May 2012 05:13 by ADMIN
If you try to rebind RadScheduler on the Appointments.CollectionChanged event or when the EditAppointmentDialog is closed, in some cases you will get an exception.
Completed
Last Updated: 09 Apr 2012 08:08 by ADMIN
The scrollbar which scrolls trough the appointments on a single row in MonthView is not aligned properly.
Completed
Last Updated: 09 Apr 2012 06:59 by ADMIN
The controls on the EditRecurrenceDialog are not arranged correctly when RightToLeft = Yes.
Completed
Last Updated: 09 Apr 2012 04:41 by ADMIN
If the AllowDelete property of an appointment is set to false, the user is still able to delete appointments via the Delete key.
Completed
Last Updated: 20 Mar 2012 11:24 by ADMIN
The CellClick event of RadScheduler is not fired when you click on a cell in MonthView.
Completed
Last Updated: 20 Mar 2012 09:52 by ADMIN
A null reference exception is thrown in some cases when you try to drag and drop appointments between resources in grouped TimelineView.
Completed
Last Updated: 12 Mar 2012 13:27 by ADMIN
When RadScheduler is in RightToLeft DayView or WeekView and you try to navigate from the last cell of a column to the next day or from the first cell of a column to the previous day using the Up/Down arrow keys, you will see that the navigation is not correct.
Completed
Last Updated: 20 Jan 2012 04:34 by ADMIN
Exception is thrown by RadScheduler when you clear the Resources collection while in grouped MonthView.
Completed
Last Updated: 05 Jan 2012 07:48 by ADMIN
When you use AppointmentFormatting event to add a single child element to an AppointmentElement and you change between views, the child element is not arranged correctly when you switch back to DayView or WeekView.
Completed
Last Updated: 07 Feb 2012 05:11 by Jesse Dyck
When TextWrap is true, the text of the appointments in month view and timeline view is displayed outside of the appointment area.
Completed
Last Updated: 23 Nov 2011 21:58 by Jesse Dyck
The appointment's data item is not changed when you drag and drop an appointment from one resource view of MonthView to another.
Completed
Last Updated: 02 Jan 2012 18:35 by Jesse Dyck
When you subscribe to the AppointmentMoved or AppointmentDropped event of RadScheduler, the DataItem property of the appointment in the event args is always null.