product-edit-popup.dxview 419 B

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