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

Start "24 hour day" at 5:00 am instead of midnight

3 Answers 70 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 07 Sep 2012, 02:01 PM
Is it possible to have the scheduler show a time period of 5 am today through to 4:59 am tomorrow? So it is still a 24 hour period but it overlaps the strict "today" boundary of midnight.

Thanks,

Jonathan

3 Answers, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 12 Sep 2012, 10:54 AM
Hello Jonathan,

You can achieve similar functionality in TimeLine view just by some modifications:

<telerik:RadScheduler runat="server" ID="RadScheduler1" SelectedView="TimelineView">
        <TimelineView  NumberOfSlots="24" StartTime="05:00:00" TimeLabelSpan="1" ColumnHeaderDateFormat="HH:mm" SlotDuration="01:00:00"/>         
</telerik:RadScheduler>

This is based on one of our online demos that is located here. In DayView and WeekView such behavior is not supported.

I hope you will find this information helpful.

Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Chris
Top achievements
Rank 1
answered on 12 Sep 2012, 01:44 PM
Hello, this is a very interesting question. We have the same problem as our clients work in the television industry and their schedule "day" runs from 5AM to 5AM the next day. It would be great if the timeline view could be vertical so we could read labels on the 30 minute show schedules. I attached a screen shot of how we are currently handling it but they would like to have the 5AM to 5AM view.
0
Boyan Dimitrov
Telerik team
answered on 17 Sep 2012, 09:01 AM
Hello Chris,

This behavior is quite interesting indeed but currently it is not supported by RadScheduler. We will consider it for future implementation.

Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Chris
Top achievements
Rank 1
Share this question
or