Hello giancarlo,
Please use the following css styles:
<style type="text/css">
.RadScheduler .rsMonthView .rsWrap,
.RadScheduler .rsMonthView .rsApt
{
height:auto !important;
}
.RadScheduler .rsMonthView .rsApt
{
position:static !important;
}
</style>
This will cause the appointments height in Month View to be determined by the amount of text. However, this workaround may not work well for some cases.
As for the second question, please try the following settings for RadScheduler:
OverflowBehavior="Expand"
Height="100%"
Cheers,
Peter
the Telerik team