This is a migrated thread and some comments may be shown as answers.

Timeline Appointment Display Issue

1 Answer 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Caleb Sandfort
Top achievements
Rank 1
Caleb Sandfort asked on 27 Jul 2010, 06:52 PM
Hi

I have timeline view with 16 30 minute duration slots.

I have an appointment that goes from 10 - 10:30, but takes up the 9:30 and 10:00 slot on the timeline, making it look like the appointment lasts for an hour.

Is there a some kind of inclusive/exclusive setting that can be set so this doesn't happen?

Thank You

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 29 Jul 2010, 04:03 PM
Hello Caleb,

If you use the SelectedDate property of RadScheduler, please make sure that you set it to an exact date. In other words:
// Correct - Time slots are one day long and the selected date matches the day start 
RadScheduler1.SelectedDate = DateTime.Now.Date; 
  
// Wrong - includes minutes 
RadScheduler1.SelectedDate = DateTime.Now; 


Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Caleb Sandfort
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or