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

Timeline not reflecting appts on correct days?

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Keith Jusas
Top achievements
Rank 1
Keith Jusas asked on 22 Mar 2010, 07:52 PM
Has anyone ever seen the issue where a timeline appt goes into the wrong day based on the current time? It looks like when I add an appt, it moves from previous day to current day based on the time of day. i.e. an appt that has a date/time of 3/14/10 2:30 PM - 3/14/10 4:00 PM the appt spans two days if the current time is say 2:45 PM. If I make the appt to be 3/14/10 3:00 PM - 3/14/10 4:00 PM it stays on one day and does not span 2.

Any help is much appreciated. I think I just don't have a setting right????

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 23 Mar 2010, 12:13 PM
Hello Keith,

Please, make sure you set the SelectedDate property to a whole date (0 hours). For example -

declaratively:
SelectedDate="2010-03-23"

Or, code-behind:
RadScheduler1.SelectedDate = DateTime.Now.Date;

Please, try this and let us know if everything works fine now.


Kind regards,
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
Keith Jusas
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or