Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > RadSchedule behavior

Not answered RadSchedule behavior

Feed from this thread
  • Luca avatar

    Posted on Feb 26, 2010 (permalink)

    I've this RadSchedule

     

    <telerik:RadScheduler ID="rschAppointments" runat="server" Skin="Hay"   
                    DataDescriptionField="Subject" DataEndField="End" DataKeyField="ID"   
                    DataSourceID="ObjectDataSource1" DataStartField="Start"   
                    DataSubjectField="Subject" SelectedView="WeekView" FirstDayOfWeek="Monday"   
                    Height="950px" ShowAllDayRow="False" ShowFooter="False"   
                ShowViewTabs="False" WorkDayEndTime="20:00:00"   
                    onappointmentupdate="rschAppointments_AppointmentUpdate">  
            </telerik:RadScheduler> 

    but at runtime the height doesn't change and the workdayendtime is always 17:00

     

     

     

    Reply

  • Tsvetomir Tsonev Tsvetomir Tsonev admin's avatar

    Posted on Mar 4, 2010 (permalink)

    Hello Luca,

    Try setting the DayEndTime property instead. The WorkDayEndTime only controls the visual style of the working hours of the day.

    The height will be limited to the actual content of the control. Setting higher value will not extend the scheduler further.

    I hope this helps.

    All the best,
    Tsvetomir Tsonev
    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > RadSchedule behavior