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

Rotate Only the Resources Orientation

3 Answers 44 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 16 Oct 2013, 02:31 AM
Is it possible to rotate the resource orientation only and leave the date at the top on the week view?

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 16 Oct 2013, 10:11 AM
Hello Rob,

The desired appearance can be easily achieved if you use the TimelineViewDefinition instead of WeekViewDefinition and modify the TimeRuler as required (you can check the Configuring the TimeRuler ticks article from our documentation). This way you will have the dates on the top and the Resources on the left.

Hope this helps. If you have any other questions let us know.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Rob
Top achievements
Rank 1
answered on 16 Oct 2013, 09:10 PM
Thanks Kalin,

  Nearly Perfect. But how do I hide the time and keep the date?

0
Kalin
Telerik team
answered on 17 Oct 2013, 09:39 AM
Hello Rob,

You need to set the TimerulerMajorTickStringFormat property of the TimelineViewDefinition to empty string in order to hide time in TimeRuler. Please see the code snippet below:

<telerik:TimelineViewDefinition TimerulerMajorTickStringFormat="" VisibleDays="7" Title="Week"/>

Hope this works for you.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Rob
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Rob
Top achievements
Rank 1
Share this question
or