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: 15 Jan 2013 03:09 by ADMIN
If you run RadScheduler on a system with 120 DPI, you will see that header cells are misplaced and also the text on the ruler is larger than the rows.
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: 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: 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: 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: 16 Jan 2013 03:31 by ADMIN
When I you set an appointment to something like:
Start Time - 1/15/2013 4:00:00 PM
End Time - 1/16/2013 12:00:00 AM

the appointment element in MonthView will span on both 1/15 and 1/16 cells.
Declined
Last Updated: 18 Jun 2014 14:06 by ADMIN
DECLINED: This is a limitation of the DataSet model. The last section "Updating the database" of this help article http://www.telerik.com/help/winforms/scheduler-data-binding-data-binding-walkthrough.html explains how you can overcome this.

Steps to reproduce:
1. Bind RadScheduler to a database with appointments and resources.
2. Add a few appointments, save and close the form.
3. Delete the last added appointment, save and close the form.
4. When you add a new appointment and try to save, an SQL exception will be thrown.
Completed
Last Updated: 25 Jan 2013 07:47 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
0
Open TimeZones example in the Demo application, navigate to TimelineView, set scale to be day, month or year, switch to MonthView then switch back to TimelineView. A NullReferenceException will be thrown.
Completed
Last Updated: 02 Jun 2011 04:54 by ADMIN
The text of appointments with small height is clipped although there is space for it.
Completed
Last Updated: 18 May 2011 04:32 by ADMIN
Text is drawn outside the appointments in RadScheduler when they have larger ShadowWidth
Completed
Last Updated: 06 May 2011 04:15 by ADMIN
RadScheduler is not displaying appointments which start at 00:00:00 on Friday and end at 00:00:00 on Saturday when Show Weekend is unchecked and RadScheduler is in MonthView.
Completed
Last Updated: 19 May 2011 23:33 by Jesse Dyck
Appointments are not saved correctly to the database when their start date is changed via drag & drop
Completed
Last Updated: 31 May 2012 06:44 by ADMIN
Steps to reproduce:
1. Add appointment with start time 10:00AM and zero duration to MonthView.
2. Drag the appointment to other date.
3. The appointment will disappear.
Completed
Last Updated: 16 May 2012 05:13 by ADMIN
If you try to rebind RadScheduler on the Appointments.CollectionChanged event or when the EditAppointmentDialog is closed, in some cases you will get an exception.
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.
Completed
Last Updated: 26 Oct 2011 05:44 by ADMIN
The associated color of custom status with StatusId of 2 is not drawn on RadScheduler's AppointmentElements.
Completed
Last Updated: 20 Jul 2011 04:51 by ADMIN
Creating appointments inline throws exception when binding to custom fields.
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.