트리그리드 » Api

getcolumnstyleid

Description

트리그리드 특정 컬럼에 적용된 스타일 아이디값을 반환하는 API이다.

Parameters

Parameters Type Description
nColumn long 컬럼 인덱스

Return Value

Type Description
STRING 스타일 아이디

Example

function btnTest_on_mouseup(objInst) { var strColumnStyleID = treegrid.getcolumnstyleid(1); if(strColumnStyleID.length <= 0) { // 데이터부 스타일 적용 treegrid.applycolumnstyle(1, "ID_TREEGRID001"); } }

See Also

applycolumnstyle

Viewer Ver.

9.1.1.1

Update Date

20151021