|
@@ -531,6 +531,12 @@
|
|
|
grdData1.setCellReadOnly(i , fcstId, true);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ if(dcdataList1.getCellData( i , "ccgrpGbCd") == "ZZZZZZ"){
|
|
|
+ for(var k = 0; k < grdData1.getTotalCol(); k++){
|
|
|
+ grdData1.setCellReadOnly( i , k , true );
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
// ------------------------------------------------------
|
|
|
}
|