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

Set minimum height for all day area

1 Answer 40 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 17 Dec 2008, 01:22 PM
Currently in week view, and showing all day area only, the all day area height will increase as you add additional all day events.  Is it possible to force this area to start at a particular height?

Can you also explain why schedulertoptable is private?  So much useful info., but not easily available...

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Dec 2008, 01:38 PM
Hello Derek,

The all-day header and table are each applied a special css class which you can use to accomplish the desired appearance. For example, try the following:

  .rsAllDayHeader  
    {  
        height100px !important;  
    }  
      
    .rsAllDayTable  
    {  
        height100px !important;  
    }        



Kind regards,
Peter
the Telerik team

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