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 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.
Completed
Last Updated: 24 Aug 2012 05:44 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
1
multiDayView.AllowAppointmentResize = false will not prevent the appointments in MultiDayView from being resized and you should set radScheduler.AllowAppointmentResize instead.
Completed
Last Updated: 23 Aug 2012 02:54 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
2
If you drag an appointment to the AllDay area or if you modify its dates, the AllDay property is not updated.
Completed
Last Updated: 22 Aug 2012 10:33 by ADMIN
When you select multiple cells in MultiDayView and right-click somewhere to open the context menu, some of the cells will be deselected.
Completed
Last Updated: 22 Aug 2012 09:06 by ADMIN
When the Open Item button in the reminder dialog is clicked, the recurring appointment is opened without asking whether you want to open the occurange or the series
Completed
Last Updated: 16 Aug 2012 10:53 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
0
1. Create a new project with RadScheduler.
2. Handle the AppointmentMoving event.
3. When handling this event change some property of the Appointment (BackgroundId for example).
4. Run the project.
5. Add some appointments.
6. Try to move an appointment and you will see that the background will remain the same.
Completed
Last Updated: 08 Aug 2012 03:05 by ADMIN
Steps to follow:
1. Select cells from 10:00pm (today) to 01:00am (next day).
2. Right click -> New Appointment
3. The Edit Appointment Dialog opens and the End Time is set to 23:59:59 instead of 01:00:00
Completed
Last Updated: 03 Aug 2012 06:34 by ADMIN
When RadScheduler is in MultiDayView and you try to change the ruler scale to 5 min using the context menu of the ruler, the application will freeze.