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

Height of the views

1 Answer 203 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Benoit
Top achievements
Rank 1
Benoit asked on 27 Sep 2013, 03:43 PM
I just want to change the height of the views
    views: [
            {
              type: "day",
                majorTick: 75, // a major tick represents 120 minutes (2 hours)
                minorTickCount: 3 // display one time slot per major tick
                cellHeight: 10 //Someting Like that
    
            },

Right now, the height is 20

Someting like eventHeight: 20 //for the month view but for the day view

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 30 Sep 2013, 02:11 PM
Hi Benoit,

 
You can achieve the desired behavior using the following CSS styles: 

/*increase or decrease the height*/
 .k-scheduler-table td, .k-scheduler-table th {
     height: 1em;
     padding: .334em .5em;
     font-size: 100%;
}
Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
Benoit
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or