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

Month View - Appointment Height

7 Answers 129 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 14 Jan 2009, 07:32 PM
Hello,

WHen in the month view, can the appointment height be adjusted?  Our users are complaining about the height of each appointment in month view...

Thanks.

7 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 16 Jan 2009, 03:56 PM
Hello Brian,

You can set the RowHeight property for RadScheduler. For example: RowHeight="50px". Additionally, you can combine this setting with <MonthView AdaptiveRowHeight="true" />

Let us know if this suggestion brings about the desired result.

All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brian Mains
Top achievements
Rank 1
answered on 16 Jan 2009, 04:34 PM
Thanks that worked, but I want to know if its possible also to ensure that the header row that has the dates can be adjusted differently; the row height is set to 100px and that works great, but the header that says sun, mon, etc. is also 100px, and I don't wnat that to be affected.

Thanks.
0
Accepted
Peter
Telerik team
answered on 19 Jan 2009, 02:34 PM

You can override the height of the header row with the following css:

   .rsHorizontalHeaderTable  
    {  
        height:25px !important;  
        } 



Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brian Mains
Top achievements
Rank 1
answered on 19 Jan 2009, 03:45 PM
Thanks, that worked too.

Just out of curiosity, what is the significance of the !important statement?

Thanks.
0
Peter
Telerik team
answered on 20 Jan 2009, 12:41 PM

It adds maximum specificity to the attribute of the css selector in which it is used. In other words, it will override any other css settings.

All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Antonin Jelinek
Top achievements
Rank 1
answered on 27 Jan 2009, 04:09 PM
Hello,

which version of Telerik.Web.UI should have AdaptiveRowHeight property within MonthViewSettings class? I'm using 2008.3.1105.35 and it does not seems to recognize this property.

Thanks a lot,

Antonin

0
Peter
Telerik team
answered on 27 Jan 2009, 04:24 PM
Hello Antonin,

Please try with the latest version - 2008.3.1314


Peter
the Telerik team

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