Hi,
One of the specification of my page is that the calendar has to fill out its container div.
so after the page load I fire a Refresh event nad change the height of the calendar.. after which I issue an DPCCal.Update(DayPilot.Web.Ui.Enums.CallBackUpdateType.Full);
This does not seem to work.. I als0 tried putting it in updatepanel and issuing an update for the panel after the update to the calendar.
Is there any way to change the height at runtime?