트리그리드 » Api

isshowcheckrow

Description

checkrow를 사용하는 경우 해당 행의 checkrow 체크박스가 보여지고 있는 체크 할 수 있는 API

Parameters

Parameters Type Description
nRow long 행 Index

Return Value

Type Description
BOOL checkrow 보여지고 있는 여부

Example

function btnTest_on_mouseup(objInst) { for(var nRow = 0;nRow < gridObj.getrowcount();nRow++) { if(gridObj.ishaschildren(nRow) == true) { // checkrow 숨기기 if(gridObj.isshowcheckrow(nRow) == true) { gridObj.showcheckrow(nRow, false); } } } }

See Also

showcheckrow

Viewer Ver.

9.1.1.1

Update Date

20130926