트리그리드 » Api

isexceldownloading

Description

그리드의 내용을 엑셀 파일로 다운로드 작업 진행 여부를 리턴한다.

Return Value

Type Description
BOOL 다운로드 진행 여부

Remark

XEXCEL_DOWNLOAD_AJAX 실행 파라미터가 true인 경우에만 동작한다.

Example

function btn_on_mouseup(objInst) { factory.consoleprint("isexceldownloading = " + grdList.isexceldownloading()); }

See Also

stopexceldownload

Viewer Ver.

9.1.1.1

Update Date

20210421