그리드 » Api

getitempicklist

Description

그리드 특정 아이템에 설정되어 있는 Picklist URL을 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn short 컬럼 인덱스

Return Value

Type Description
STRING 그리드 특정 아이템의 PickList URL

Remark

* setitempicklist API를 통해 특정 아이템에 설정된 picklist url을 반환한다. 특정 컬럼 전체에 설정된 picklist url을 가져오려면 getcolumnpicklist API를 이용해야한다.

Example

function btntest_on_mouseup() { var strUrl = grd.getitempicklist(0, 1); }

See Also

setitempicklist

Viewer Ver.

9.1.1.1

Update Date

20110302