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

Enable Timeline View in Radscheduler

4 Answers 131 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Angelo
Top achievements
Rank 1
Angelo asked on 04 Mar 2013, 03:22 AM
Hi, how do i enable the timeline view in the radscheduler? I need to also make it appear as a button alongside "Day", "Week", "Month" buttons in the rad scheduler header. Thanks!

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Mar 2013, 07:20 AM
Hello Angelo,

By default RadSchedular got its Timeline view enabled and the link to display the Timeline view appears as a button beside the "Day" "Week" "Month" buttons. If you want the scheduler to focus to the Timeline view on loading the page itself, set the value of the SelectedView property to TimelineView.

ASPX:
<telerik:RadScheduler ID="RadScheduler1" runat="server" SelectedView="TimelineView"
    DataEndField="End" DataKeyField="ID" DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID"
    OnClientTimeSlotClick="OnClientTimeSlotClick" OnClientAppointmentClick="openAdvancedForm"
    DataStartField="Start" DataSubjectField="Subject" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
    OnAppointmentInsert="RadScheduler1_AppointmentInsert" OnAppointmentUpdate="RadScheduler1_AppointmentUpdate"
    OnFormCreated="RadScheduler1_FormCreated" StartEditingInAdvancedForm="true" StartInsertingInAdvancedForm="true">
    <AdvancedForm Modal="True" />
</telerik:RadScheduler>

Thanks,
Princy.
0
Sandy
Top achievements
Rank 1
answered on 04 Sep 2013, 06:42 PM
Hi,

I want to see 4 days in Time line view.Currently it is showing 3 days in Time line view.Please help me.
0
Plamen
Telerik team
answered on 09 Sep 2013, 11:27 AM
Hello Sandy,

 
You can refer to this on-line demo and change the settings of the time slots duration and number of slots properties of you RadScheduler as you need for your custom scenario.

hope this will be helpful.

Regards,
Plamen
Telerik
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 the blog feed now.
0
Sandy
Top achievements
Rank 1
answered on 09 Sep 2013, 01:15 PM
Hi,
Thank you so much for your help
Tags
Scheduler
Asked by
Angelo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Sandy
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or