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

Go to Timeline view instead of Day

1 Answer 31 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Håkan
Top achievements
Rank 1
Håkan asked on 26 May 2011, 01:07 PM
Hi.

I only use MonthView and TimelineView.
Normally when you click on a day in the MonthView you automatically go to the DayView.
I want the TimelineView to be displayed in this case.

Is there anyway to do this?

My TimelineView only have one day visible.

Regards,
Håkan

1 Answer, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 26 May 2011, 02:47 PM
Hi Håkan,

To change the target view when you click a MonthView day header you need to change the time ruler item styles. Please, check the following article for more information:
http://www.telerik.com/help/silverlight/radscheduleview-styles-and-templates-styling-timeruleritems.html

In case you need only 24 hours visible in TimeLineView, you could use horizontal DayView instead. This way you will not need to deal with lots of styles. To change the DayView orientation you should set its Orientation property to Horizontal:

<telerik:DayViewDefinition Orientation="Horizontal" ... />

Greetings,
Valeri Hristov
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
Tags
ScheduleView
Asked by
Håkan
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or