The AppointmentSelecting/AppointmentSelected events should not fire when dropping or resizing an appointment.
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.
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.
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.
You cannot hide the day headers by setting RadScheduler.GetDayView().ShowHeader = false if grouping by resource is enabled.
If you add a recurring appointment in RadScheduler and you set its Visible property to false, the occurrences will still be visible.
FIX. RadScheduler - AppointmentDeleted is fired even though the user cancelled the deletion (pressed Cancel on the dialog)
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.
The AppoitnemtSelected event is not fired in MultiDayView.
multiDayView.AllowAppointmentResize = false will not prevent the appointments in MultiDayView from being resized and you should set radScheduler.AllowAppointmentResize instead.
If you drag an appointment to the AllDay area or if you modify its dates, the AllDay property is not updated.
When you select multiple cells in MultiDayView and right-click somewhere to open the context menu, some of the cells will be deselected.
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
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.
Add the possibility to enable rendering appointments not in the whole cell when their duration is less than the range factor of the view.
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
Allow customizing the Confirm Delete dialog
IMPROVE. RadScheduler - add event that notifies when an appointment is added by the user. The event args should provide information whether the event is added via the edit appointment dialog or via the inline functionality
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.
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.