Problem in Scheduler in a perticular div in a child page

Hi,
I can not take the scheduler in my custom page .
I have a custom html page where I take a div to populate the schedule.
But if I put “ @Html.Raw(Model.Render())” code in this div section than it does not show anything.
But if there is no custom view then it generate perfectly.

Make sure that div have some initial height or set the height of the scheduler itself

DHXScheduler.Height = int By default scheduler takes 100% of parent element height. It won’t be displayed if parent element is collapsed