This is a migrated thread and some comments may be shown as answers.

[Solved] Loading Panel on Excel Export

1 Answer 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 2
Jim asked on 06 May 2008, 01:15 PM
Is there a way to show a loading panel when exporting grid data to excel?  I know I cannot ajaxify the grid, export does not work, but I would like to show a loading panel during export because it can take up to 1 minute for my grid to export large amounts of data.

Thanks,
Jim

1 Answer, 1 is accepted

Sort by
0
Bodevain Svensson
Top achievements
Rank 1
answered on 06 May 2008, 03:57 PM
I am not sure about the loading panel, however one thing I did for my grid when exporting large amount of data is to update the text of a label on the page while processing the export (something like "Export in progress...").
On a second thought, what about showing an ajax loading panel explicitly hooking the onclick client event of the export button? Something similar to the approach presented here I suppose.

Bodevain
Tags
Grid
Asked by
Jim
Top achievements
Rank 2
Answers by
Bodevain Svensson
Top achievements
Rank 1
Share this question
or