
Joacim Andersson
Top achievements
Rank 2
Joacim Andersson
asked on 29 Mar 2010, 02:51 PM
I have a few full day events that I want to show in the all day slot, how do I do that?
3 Answers, 1 is accepted
0
Hello Joacim,
You should edit the event via the advanced form and check the all-day checkbox as shown in the attached screencapture.
All the best,
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.
You should edit the event via the advanced form and check the all-day checkbox as shown in the attached screencapture.
All the best,
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.
0

Joacim Andersson
Top achievements
Rank 2
answered on 29 Mar 2010, 06:30 PM
OK, but how would I do it via code when I do the databinding?
0
Accepted
Hi Joacim,
All day appointments should start on 12:00 am and end on 12:00 am the day after. For example, here is how the XmlSchedulerProvider saves an all day appointment for March 30, 2010:
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.
All day appointments should start on 12:00 am and end on 12:00 am the day after. For example, here is how the XmlSchedulerProvider saves an all day appointment for March 30, 2010:
<
Start
>2010-03-30T00:00Z</
Start
>
<
End
>2010-03-31T00:00Z</
End
>
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.