본문 바로가기

NICE/X-Platform

체크박스 처리


if(e.columnid == "_chk") return;
 ds_cnsgnStdntAtteList02.setColumn(ds_cnsgnStdntAtteList02.rowposition,"_chk","1");
 

//  var rowChk = ds_cnsgnStdntAtteList02.getColumn(ds_cnsgnStdntAtteList02.rowposition, "_chk");
//  var colChk = grd_cnsgnStdntAtteList02.getCellPos();
//  
//  if (rowChk == 1 && colChk == 0) {
//   if (colChk != 0) {
//    ds_cnsgnStdntAtteList02.setColumn(ds_cnsgnStdntAtteList02.rowposition,"_chk","0");
//   } else {
//    ds_cnsgnStdntAtteList02.setColumn(ds_cnsgnStdntAtteList02.rowposition,"_chk","1");
//   }
//  } else if (rowChk == 0 && colChk != 0) {  
//   ds_cnsgnStdntAtteList02.setColumn(ds_cnsgnStdntAtteList02.rowposition,"_chk","1");
//  }