My Code is like that but still not-working.
<div style="height:100%">
<div id="divScheduler">
</div>
</div>
var dp = new DayPilot.Scheduler("divScheduler");
dp.heightSpec = "Parent100Pct";
I have tries like this also but this also not working.
<div style="height:700px">
<div id="divScheduler">
</div>
</div>
var dp = new DayPilot.Scheduler("divScheduler");
dp.heightSpec = "Fixed";
dp.height = 1200;