
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.
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
0
Accepted
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.
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.
Thanks.
0
Accepted
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.
Just out of curiosity, what is the significance of the !important statement?
Thanks.
0
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
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
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.
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.