diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp index 46c390bf..f5d01fa8 100644 --- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp +++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp @@ -563,9 +563,12 @@ function fn_grid_refresh(){ fn_setHeaderText(); //기준계 조회 해서 SetHeaderText - var grid = kendoJQuery("#kictGrid"); + var grid = kendoJQuery("#kictGrid").data("kendoGrid"); var dataSource = grid.dataSource; + // 콤보박스 데이터 추출을 위한 refresh + grid.refresh(); + if(!(state == 2 || state == 4 || state == 5 || state == "")){ //입력중, 수정요청 중일땐 저장 못하게 막음. kendoJQuery('.kist-btn-rowAdd, .kist-btn-rowRemove, .btn_top_L_Cnt, .btn_top_L, .btn_top_R').addClass("trViewOff");