Completed
Last Updated: 11 Feb 2014 13:52 by ADMIN
Steps to reproduce:
1. Subscribe for the scheduler Appointments.CollectionChanged event.
2. Add a recurring appointment and delete a single occurrence.
You will see that the event is fired and the action is Add.
Completed
Last Updated: 08 May 2014 11:43 by Jesse Dyck
Currently the default RadSchedulerReminder behavior is to remind about appointments before Start date occurs, e.g 15 min before start date. Improve the RadSchedulerReminder to support reminder before the appointment ends too.
Completed
Last Updated: 28 Dec 2012 02:58 by ADMIN
If one sets the AllowAppointmentMove to false he can still drag drop the all day appointments in the headers of a day view.
Completed
Last Updated: 15 Dec 2012 02:10 by ADMIN
Setting the AllowAppointmentMove property to false does not prevent appointments from being dragged.
Completed
Last Updated: 13 Dec 2012 08:06 by ADMIN
If you add multiple intervals to MultiDayView and enable grouping, you will see that the displayed dates are not correct.
Completed
Last Updated: 13 Dec 2012 07:55 by ADMIN
The date label in RadSchedulerNavigator is not updated when you change the Intervals collection in multiday view.
Completed
Last Updated: 04 Dec 2012 06:33 by ADMIN
Add a grouped by resource RadScheduler in timeline view, set the scaling to be Month and then right click an appointment. An exception will be thrown.
Completed
Last Updated: 23 Apr 2014 12:54 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
2
If you have 3 appointments at 13:00, 2 of which end at 14:00 and the third ends at 17:00
and then you add another appointment that starts at 14:30 and stops at 15:30, the width of this appointment is 1/3 of the total with for the day although there is room for this appointment to be 2/3 of the width of that day.
Completed
Last Updated: 15 Nov 2012 07:58 by Jesse Dyck
The AppointmentSelecting/AppointmentSelected events should not fire when dropping or resizing an appointment.
Completed
Last Updated: 14 Apr 2014 13:02 by Jesse Dyck
The occurrences and the navigation arrows are not displayed correctly when using YearlyRecurrence with the "First Monday of January" rule. The issue also appears with similar rule types.
Completed
Last Updated: 13 Nov 2012 03:25 by ADMIN
When the size of RadScheduler in DayView is larger than the desired size of the appointments table, a blank area is shown at the bottom of the control.
Completed
Last Updated: 19 Nov 2012 03:14 by Jesse Dyck
To reproduce the issue, add a RadDock with one tool window, add a RadSchedulerNavigator inside that window, run the project and unpin/pin the tool window. You will see that the selected timezone has changed.

To workaround the issue, remove the AssociatedScheduler of RadSchedulerNavigator at design time and then add this code in the form's constructor:
            this.radSchedulerNavigator1.BindingContext = new BindingContext();
            this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
Completed
Last Updated: 02 Nov 2012 08:31 by ADMIN
If you add a remind object with a start date 5 hours and 10 minutes ahead of DateTime.Now, the alarm form will show only the minutes.
Completed
Last Updated: 26 Oct 2012 01:13 by ADMIN
An exception is thrown when you try to print an appointment whose BackgroundId or StatusId are not amongst the Backgrounds and Statuses collections of RadScheduler.
Completed
Last Updated: 10 Apr 2014 08:59 by ADMIN
Add an option to allow the end user to select multiple appointments using CTRL + mouse click. The user should also be able to delete all the selected appointments at once.
Completed
Last Updated: 10 Oct 2012 10:04 by ADMIN
You cannot hide the day headers by setting RadScheduler.GetDayView().ShowHeader = false if grouping by resource is enabled.
Completed
Last Updated: 04 Oct 2012 03:09 by ADMIN
If you add a recurring appointment in RadScheduler and you set its Visible property to false, the occurrences will still be visible.
Completed
Last Updated: 10 Sep 2012 02:51 by ADMIN
FIX. RadScheduler - AppointmentDeleted is fired even though the user cancelled the deletion (pressed Cancel on the dialog)
Completed
Last Updated: 04 Sep 2012 09:52 by ADMIN
1. Open the Timeline example for RadScheduler in our QSF.
2. Click the right mouse button.
3. Hover the last menu item without clicking it.
4. A submenu appears, try to hover one of its items.
Completed
Last Updated: 24 Aug 2012 05:46 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
2
The AppoitnemtSelected event is not fired in MultiDayView.