<div data-options="dxView : { name: 'RegisterCheckSchedule', title: '@viewRegisterCheckSchedule', pane: 'master' } ">
    <div data-bind="dxCommand: popupInsertButtonOptions"></div>
    <div data-bind="dxCommand: { action: refreshList, id: 'refresh', title: 'Refresh', icon: 'refresh' }"></div>
    <div data-options="dxContent : { targetPlaceholder: 'content' } ">
        <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
        <div data-options="dxViewPlaceholder: { viewName: 'RegisterCheckSchedulePopup' }"></div>
        <div data-options="dxViewPlaceholder: { viewName: 'RegisterCheckScheduleSearchConditionView' }"></div>

        <p class="body_sub_title">점검 계획 목록</p>
        <div id="gridContainer" style="height: 714px; width: 100%; " />
        <!--<div id="calendar"></div>-->
</div>