New to Kendo UI for Vue? Start a free 30-day trial
Show a Message While Exporting Grid to PDF
Updated on Oct 31, 2025
Environment
| Product Version | 7.0.0 |
| Product | Progress® Kendo UI for Vue Data Grid |
Description
I want to show a message to the user while the Kendo UI for Vue Grid is being exported to PDF, and hide the message once the export is complete.
Solution
To display a message during the PDF export process, use a reactive variable to control the visibility of the message. Set this variable to true before starting the export, and reset it to false after the export is finished. You can use the ref to the GridPdfExport component to trigger the export programmatically. The example below demonstrates this approach.
Change Theme
Theme
Loading ...