Hello
I need a small scheduler on a very busy homepage with loads of other things on it.
I cannot make it smaller than 450px wide and 400px high without scrollbars showing.
I tried to resise the cells with css
I need a small scheduler on a very busy homepage with loads of other things on it.
I cannot make it smaller than 450px wide and 400px high without scrollbars showing.
I tried to resise the cells with css
.RadScheduler
.rsMonthView td.rsCell
{
height: 15px !important; /* controls container height */
}
Still, it is quite big.
Is it possible to make this control quite small, like 350 px wide?
Thanks
Kati
6 Answers, 1 is accepted
0
Hi Kati,
Please, try the following css styles and RadScheduler settings:
I hope this helps you render the miniature scheduler that you need. :)
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please, try the following css styles and RadScheduler settings:
| <style type="text/css"> |
| .rsDateBox a, .rsShowMore |
| { |
| font-size:10px !important; |
| } |
| .rsAptContent |
| { |
| font-size:10px !important; |
| } |
| </style> |
| <telerik:RadScheduler ID="RadScheduler1" runat="server" OverflowBehavior="Expand" Width="350px" |
| SelectedView="MonthView" |
| RowHeight="18px" > |
| <MonthView AdaptiveRowHeight="true" /> |
I hope this helps you render the miniature scheduler that you need. :)
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kati
Top achievements
Rank 1
answered on 21 Apr 2009, 12:18 PM
ignore
0
Dimo
Top achievements
Rank 1
answered on 04 May 2009, 12:22 AM
using <MonthView AdaptiveRowHeight="True" /> and css rowheight was changed, but how to decreace columnwidth, so scheduler to be shown without horizontal scrollbar with 7 days to avoid situation like here
0
Hello Dimo,
You can use the ColumnWidth property to set the width of the columns as demonstrated in this example.
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You can use the ColumnWidth property to set the width of the columns as demonstrated in this example.
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kati
Top achievements
Rank 1
answered on 11 May 2009, 10:27 AM
Hello
When trying
I'm getting this error:
Type 'Telerik.Web.UI.MonthViewSettings' does not have a public property named 'AdaptiveRowHeight'.
Thanks
Kati
When trying
<MonthView AdaptiveRowHeight="true" />
I'm getting this error:
Type 'Telerik.Web.UI.MonthViewSettings' does not have a public property named 'AdaptiveRowHeight'.
Thanks
Kati
0
Hi Kati,
The AdaptiveRowHeight property is available with Q3 2008 SP1 (version 2008.3.1125) or later. Please, make sure you don't use an earier version.
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The AdaptiveRowHeight property is available with Q3 2008 SP1 (version 2008.3.1125) or later. Please, make sure you don't use an earier version.
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.