그리드 » Api

stopexceldownload

Description

그리드의 내용을 엑셀 파일로 다운로드 작업을 중지한다.

Return Value

Type Description
BOOL 정상 처리 여부

Remark

XEXCEL_DOWNLOAD_AJAX 실행 파라미터가 true인 경우에만 동작하며, 엑셀 파일 다운로드 작업을 중지하더라도, 이미 실행중인 서버의 파일 엑셀 파일 저장 작업은 취소되지 않는다.

Example

function btn_downloadexcel_on_mouseup(objInst) { grdList.stopexceldownload(); }

See Also

isexceldownloading

Viewer Ver.

9.1.1.1

Update Date

20210421