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: 13 Aug 2012 04:59 by Jesse Dyck
ADMIN
Created by: Ivan Todorov
Comments: 1
Category: Scheduler/Reminder
Type: Feature Request
5
Add the possibility to enable rendering appointments not in the whole cell when their duration is less than the range factor of the view.
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: 08 Aug 2012 02:01 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
3
Allow customizing the Confirm Delete dialog
Completed
Last Updated: 08 Aug 2012 01:48 by ADMIN
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
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.
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:36 by ADMIN
Currently, when you hit the Delete key, only that occurrence is deleted. There should be a dialog which prompts whether to the delete the whole series or just this occurrence.
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.