Progressbar when downloading Excel

Hi,

In my application I have a download function like the one in https://blazor.radzen.com/export-excel-csv?theme=material&wcag=false. Is there a way to show a ProgressBarCircular in indeterminate mode in a dialog during the generation and download? The dialog need to close automatically when the generation/download is finish.

Regards
Søren

I don't believe that that's possible - download is handled by the browser directly and there is no info for download complete.

Do you think it's possible to close the dialog when then Excel is generated but before the download begins?

There is an example in our demos showing how the open a busy dialog that will be closed after a period automatically: