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

Change format of time slot in timeline view.

1 Answer 174 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Indranik
Top achievements
Rank 1
Indranik asked on 10 Dec 2008, 10:09 AM
MY REQUIREMENT IS I WANT TO DISPLAY HOURS AND NOT THE DATE IN EACH TIME SLOT OF THE TIMELINE.
I am in TimeLineview of RadScheduler. Following are the properties of the timeline view:-

<

TimelineView NumberOfSlots="8" SlotDuration="01:00" />

 


when I set HeaderDateFormat="hh:mm" it changes the format of the date in header. MY REQUIREMENT IS I WANT TO DISPLAY HOURS AND NOT THE DATE IN EACH TIME SLOT OF THE TIMELINE. Presently, it shows the current date in every time slot and not the individual time. Please help.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Dec 2008, 03:35 PM
Hello Indranik,

You need to use the ColumnHeaderDateFormat property. For example:

<TimelineView NumberOfSlots="8" SlotDuration="01:00" ColumnHeaderDateFormat="hh:mm" />


Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Indranik
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or