If the Grid is used though, there is an excelExport event that could be used as a start for the download. Keep in mind that this event will be fired only when a button with kendoGridExcelCommand directive is clicked:
The saveAsExcel and respectively saveAsPDF methods could also serve as a start of the download process.
End of download:
As for when the download has been completed - that could be a bit tricky. Once the export starts and the file is ready to be further processed, then the browser handles the actual download. The Kendo components do not know when the download ends and that is why they are unable to emit an event.
However, we prepared a workaround that may be of use for the situation:
It may not be a perfect fit, but it could help with some brainstorming ideas.
Regards,
Silviya
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.