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

Work Day Not Showing full day

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 16 Aug 2015, 01:27 AM

I have WorkDayStartTime and WorkDayEndTime set to 07:00 and 20:00 respectively but the calendar / scheduler is fixed at 8:00-5:00, no expansion, no scroll bars. Am I missing something?

<telerik:RadScheduler ID="RadScheduler1" runat="server"  DataDescriptionField="Description" DataEndField="End" DataKeyField="ID" DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID" DataReminderField="Reminder" DataSourceID="SqlDataSource1" DataStartField="Start" DataSubjectField="Subject" Height="900px" SelectedView="WeekView" Width="990px" WorkDayEndTime="20:00:00"  WorkDayStartTime="07:00:00"
    EnableCustomAttributeEditing="True" TimeZoneOffset="-06:00:00"
    StartInsertingInAdvancedForm="false"
    OnClientAppointmentEditing="AppointmentEditing"
    OnClientAppointmentInserting="AppointmentInserting"
    OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"
    OnAppointmentCreated="RadScheduler1_AppointmentCreated"
    OnAppointmentCommand="RadScheduler1_AppointmentCommand" >
    <ExportSettings FileName="CalendarExport" OpenInNewWindow="True">

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 18 Aug 2015, 08:38 AM
Hello,

Setting the WorkDayStartTime and WorkDayEndTime properties applies different coloring to the hours that are not in the specified range, however the displayed time span is controlled by the DayStartTime and DayEndTime properties and if these are not set the default (8:00 AM - 6:00PM) time span will be shown.

Regards,
Ivan Danchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
david
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or