Calculation of calendar height

How is the height of the calendar set? I have it displayed on an MVC content page where the width of the column is set but there is no height set. In this instance, the calendar is not displayed. If I set the height of the column, the calendar is displayed. I don’t want to set the height because there is another column along side that may be larger. I would like the height to be a fixed proportion of the width.

Roger H

On moment of initialization calendar checks the height of its container and takes the same width and height.

Moving scheduler’s init to the onload handler can help with the above problem.

Stanislav,

Can you expand on this? Ideally, I’d like to have the height ‘auto-calculated’ based on the contents of the month view. Is that possible?

Thank you,
Rob

the height ‘auto-calculated’ based on the contents of the month view. Is that possible
Currently it can be achieved only through code modification.