4 Answers, 1 is accepted
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:
Thanks,
Princy.
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.
I want to see 4 days in Time line view.Currently it is showing 3 days in Time line view.Please help me.
0
Hello Sandy,
Plamen
Telerik
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.
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
Thank you so much for your help