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

show column header dates only at the end of an hour

3 Answers 47 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Indranik
Top achievements
Rank 1
Indranik asked on 16 Jan 2009, 11:18 AM
Hi Telerik,
                I am in timeline view.

                Each timeslot duration is of fifteen minutes. I want to show column header time for complete hours and not for every timeslot.     
                So, four timeslots making a complete hour will have one column header, denoting the hour.

                Furthermore, what is the function of timelabelspan? How do i set it?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Jan 2009, 03:44 PM
Hi Indranik,

TimeLabelSpan is exactly what you need. For example, try the following:

  <TimelineView SlotDuration="00:15" TimeLabelSpan="4" 
            NumberOfSlots="16" ColumnHeaderDateFormat="hh:mm"  /> 


Best wishes,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Indranik
Top achievements
Rank 1
answered on 16 Jan 2009, 03:48 PM
Hi,
    Thanks a lot. It solved my problem. But I want to make the hour lines thicker than the other lines in appearance. is it possible?
0
Peter
Telerik team
answered on 19 Jan 2009, 02:26 PM

Yes, please use the following css selector:
  .rsHorizontalHeaderTable th  
    {  
        border:solid 3px black !important;  
    } 


All the best,
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
Indranik
Top achievements
Rank 1
Share this question
or