Increase the height of the DayPilot Calendar control to fit its parent dynamically
7 years ago.
Have tried below approaches:
1) I have tried HeightSpec: 'Parent100Pct' and have set the parent of this control to height 100%.
2) Tried keeping HeightSpec: 'Fixed' and have set the height property of control in ngAfterViewInit as 900
this.calendarweek.config.height = '900';
None of the above seems to work.
Could anyone please help.
DayPilot