<div data-options="dxView : { name: 'LoadsDataViewPopup', title: '데이터보기' } " > <div class="clear" data-bind="dxPopup: dataViewPopup" style="padding-left:0px;padding-right:0px"> <div id="dataGrid" data-bind="dxDataGrid:{dataSource: dataSource, paging: { enabled: false }, showColumnLines:false, showRowLines:true, hoverStateEnabled:true }" style="height: 400px; width: 100%;"></div> </div> </div>