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

The Alignment of Time in the Appointment

2 Answers 47 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 12 May 2010, 11:38 AM
Good Day All

i have two example appointment on the RadShedule , one is from 8:00 to  8:30 and the other is at 8:30 to 9:00 and in the db is like this

Appointment 1


STARTDATE = '2009-06-17 08:00:31.000', ENDDATE = '2009-06-17 08:30:31.000'




Appointment 2


STARTDATE = '2009-06-17 08:30:31.000', ENDDATE = '2009-06-17 09:00:31.000'

These appointments appear like this in the Viewer

http://www.vuyiswamaseko.com/images/Overlaps.JPG

as you can see the First appointment ends at 8:30 but it fills the whole space , and the starting point of the second appointment is correct, but the end point of the second appointment overlaps to the 9:00 , of which it supposed to end at 9:00

Can you please help me with this.


2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 14 May 2010, 04:08 PM
Hello Vuyiswa Maseko,

The problem is that your appointments are finishing with seconds in the StartTime and EndTime. For example for the first Appointment:

In the db the EndDate is ENDDATE = '2009-06-17 08:30:31.000'. 

The RadScheduler is rounding the time to next slot and that is the reason you see EndTime 9:00 instead of 8:30.  

So to be able to fix this you should remove the seconds from the time of appointments.

All the best,
Veronica Milcheva
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.
0
Vuyiswa
Top achievements
Rank 2
answered on 18 May 2010, 08:34 AM
Good Day Admin

Thank you for your reply to my post.

This has Resolved my Problem.

Thanks

Tags
Scheduler
Asked by
Vuyiswa
Top achievements
Rank 2
Answers by
Veronica
Telerik team
Vuyiswa
Top achievements
Rank 2
Share this question
or