Hi there,
I have a DIV gnerated as follows :
<div id="div1" runat="server" style="position:absolute; top:110px; left:150px; right:10px; bottom:10px;">
Within this DIV I have a DayPilotCalendar control withh the (new) option HeightSpec=parent100pct.
But, the calendar control is not sized according to the DIV, but according to its cellehight.
(it looks like the "older" HeightSpec=Full.
How do I solve this?
Kind regards
Martin