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: 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 Jun 2014 18:39 by ADMIN
Currently if there are several appointments with equal start date, their order in TimelineView for example cannot be defined via a custom sort comparer.
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.
Completed
Last Updated: 10 May 2014 10:00 by ADMIN
With the current WeeklyPrintStyle, when you select a StartDate it "jumps" to the previous Monday. There should be a way (another style or improvement to the current weekly style) to select a different week start day.
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: 17 Jun 2014 10:42 by ADMIN
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.