** Grid에서 Cell선택 **
* Grid에서 row선택방식이 아닌 cell선택방식일 경우 .. script에서 cell선택 방법 *
//Grid에 Row위치, 및 Cell위치
function fn_setGridCellPos(nRow, sColNm){
ds_modelRequest.rowposition = nRow;
grd_modelRequest.setCellPos(grd_modelRequest.getBindCellIndex("body",sColNm));
grd_modelRequest.vscrollbar.pos = nRow;
}
'Nexacro-Grid > cell 속성 관련' 카테고리의 다른 글
Nexacro Grid - Cell에 image보여주기 (0) | 2019.04.12 |
---|---|
Nexacro.Grid-Cell Merge (0) | 2017.03.30 |
Nexacro.Grid - 특정 셀에 여러줄일 경우 (0) | 2017.02.09 |
Nexacro.Grid - cell size(width)조정 (0) | 2017.02.09 |
Nexacro Grid - 좌.우 라인 제거하기 (0) | 2017.01.22 |