dataProperties:{
dataArrived:function (parentNode) {
var ch = parentNode;
this.openAll();
}
}
,dataProperties:{
dataArrived: function(startRow, endRow){
console.log('#### startRow=' + startRow + ', endRow=' + endRow);
R020_LISTGRID_ACTUAL_WEEKLY.freezeField('proj_id');
R020_LISTGRID_ACTUAL_WEEKLY.freezeField('proj_desc');
R020_LISTGRID_ACTUAL_WEEKLY.freezeField('process');
R020_LISTGRID_ACTUAL_WEEKLY.freezeField('total');
}
}
'SmartClient' 카테고리의 다른 글
콤보박스 레코드에 접근하는 방법 (0) | 2019.04.29 |
---|---|
콤보박스의 기본 operationId 지정 및 필터 사용시 필터에서 사용할 기본 operation 지정 (0) | 2019.04.24 |
listgrid에서 특정값으로 레코드 찾기 (0) | 2018.07.10 |
[SmartClient]validation 강제 처리 (0) | 2018.07.10 |