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

Cell Height for Time Column

2 Answers 76 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Susan
Top achievements
Rank 1
Susan asked on 16 Apr 2008, 07:18 PM
In the week view, how can I change the cell height for the column that contains the time. If this is changed, will it automatically adjust the cell height for the cells within the calendar (where you put the appointments). I'm trying to fit more than 8:00AM - 2:00PM on a page with a fixed height, without having to scroll.

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 18 Apr 2008, 02:09 PM
Hello Susan,

You can control the height of the rows in week view with the following selectors:
<style type="text/css">     
    .RadScheduler .rsContent .rsHoursTable th      
    {     
        font-size:10px;     
        line-height15px;     
        height:15px;     
    }     
   .rsContent .rsContentTable .rsCell      
    {     
        font-size:10px;     
        line-height15px;     
        height:15px;     
    }     
    </style>    
 



Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Susan
Top achievements
Rank 1
answered on 23 Apr 2008, 03:01 PM
Perfect...Thanks.
Tags
Scheduler
Asked by
Susan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Susan
Top achievements
Rank 1
Share this question
or