| 12345 | <div data-options="dxView : { name: 'ProductEditViewPopup', title: '목표설정' } ">    <div class="clear" data-bind="dxPopup: editGoalPopup" style="padding-left:0px;padding-right:0px">        <div id="editGoalGrid" data-bind="dxDataGrid:{dataSource: dataSource, paging: { pageSize: 8 }, showColumnLines:false, showRowLines:true, hoverStateEnabled:true }" style="height: 100%; width: 100%;"></div>    </div></div>
 |