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

Formatting subheader in Timeline-View

1 Answer 85 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Heiko
Top achievements
Rank 1
Heiko asked on 31 Jan 2011, 06:01 PM
I am using the Timeline-View. I found the property "HeaderFormat" and the header (displaying the time range) gets formatted accordingly. But how can I format the second header which displays the individual day?

TIA
Heiko

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 03 Feb 2011, 04:59 PM
Hi Heiko,

Thank you for writing.

Each time scale has the Format property which determines the format of header date. So, in your case you can follow this approach:
this.radScheduler1.GetTimelineView().GetTimescale(Timescales.Days).Format = "dd";

Kind regards,
Dobry Zranchev
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
Scheduler and Reminder
Asked by
Heiko
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or