From 71a181f3e75138271be89693cac60b9c55a9cd90 Mon Sep 17 00:00:00 2001 From: helloKitty11 <34382143+helloKitty11@users.noreply.github.com> Date: Wed, 10 May 2023 12:15:29 -0500 Subject: [PATCH] Important information about kendo.ui.grid.saveAsExcel in grid.md --- docs/api/javascript/ui/grid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/javascript/ui/grid.md b/docs/api/javascript/ui/grid.md index 0b65401d484..503be7e8490 100644 --- a/docs/api/javascript/ui/grid.md +++ b/docs/api/javascript/ui/grid.md @@ -10862,6 +10862,8 @@ The new column width. Initiates the Excel export. Also fires the [`excelExport`](/api/javascript/ui/grid/events/excelexport) event. +> This call requires JSZip library included. + > Calling this method could trigger the browser built-in popup blocker in some cases. To avoid that, always call it as a response to an end-user action e.g. button click. #### Example - manually initiate Excel export