그리드 » Api

setrowuserdata

Description

Row 별로 사용자 정의 데이터를 스트링 형태로 저장해 뒀다가 꺼내 쓸 수 있습니다.

Parameters

Parameters Type Description
nRow long Row Index
strUserData STRING USER DATA

Return Value

Type Description
BOOL 성공/실패 여부

Example

function chkCondition_on_click(objInst) { gridMain.setrowuserdata(0, "Grid User Data"); // 위에서 저장해둔 user data를 가져옴.. factory.consoleprint("row userdata : " + grdMain.getrowuserdata(0); }

See Also

getrowuserdata

Viewer Ver.

9.1.1.1

Update Date

20111117