트리그리드 » Api

getjson

Description

그리드의 내역을 JSON 오브젝트 형태로 리턴하는 API이다.

Parameters

Parameters Type Description
bIncPattern BOOL 패턴 포함 여부
bIncHeader BOOL 헤더 포함 여부
bIncStat BOOL 통계 데이터 포함 여부
bIncludeMasking BOOL [옵션] 데이터 마스킹 포함 여부 (기본값: true)
bCheckRowOnly BOOL [옵션] 체크된 행만 저장 여부 (기본값: false)

Return Value

Type Description
INSTANCE JSON 오브젝트

Example

function btn_on_mouseup() { var jsonData = grd.savejson(false, true, true); }

See Also

savejson

Viewer Ver.

9.1.1.1

Update Date

20240404