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

Buisness Day Spanning 2 days Display in single Day View?

1 Answer 25 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 2
Scott asked on 04 Jan 2012, 05:28 PM
We have a buisness day that goes from 10am - 3am the next day. 

For example today being 1/4/2012 the day begins at 10am and ends at 1/5/2012 at 3am, but the 1/5/2012 12am - 3am is considered to be the buisness day of 1/4/2012. 

So looking at my Calendar for the day view on 1/4/2012 I want to see to 3am on the 5th is this possible to setup with the Schedule View Calendar?

Thanks,
-Scott

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 05 Jan 2012, 02:54 PM
Hello Scott,

You just need to set DayStartTime and DayEndTime properties of the ScheduleView like this:

<telerik:RadScheduleView AppointmentsSource="{Binding Appointments}">      
    <telerik:RadScheduleView.ViewDefinitions>
        <telerik:DayViewDefinition DayStartTime="10:00:00" DayEndTime="3:00:00" />
    </telerik:RadScheduleView.ViewDefinitions>         
</telerik:RadScheduleView>

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Scott
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or