그리드 » Api

getrowuserdata

Description

Row 별로 사용자 정의 데이터를 저장할 수 있는 API입니다.

Parameters

Parameters Type Description
nRow long Row Index

Return Value

Type Description
STRING 사용자가 저장해둔 USER DATA

Example

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

See Also

setrowuserdata

Viewer Ver.

9.1.1.1

Update Date

20111117