I have a Radgrid with almost 7000 items. So when i click on the export to excel button, it takes quite some time before the file is created and the download message appears.
So i thought on making an loading screen. I've used ajax loading panel. The problem i have is that when i click the export button it triggers the loading panel, but after the download message appears, it stay's "on".... I think it's because the update control (the grid) isn't been updated....
I've search and search, but i can't seem to find a work around this or even an other way to achieve this.
Thanks in advance for the help!
So i thought on making an loading screen. I've used ajax loading panel. The problem i have is that when i click the export button it triggers the loading panel, but after the download message appears, it stay's "on".... I think it's because the update control (the grid) isn't been updated....
I've search and search, but i can't seem to find a work around this or even an other way to achieve this.
Thanks in advance for the help!
5 Answers, 1 is accepted
0
Accepted

Shinu
Top achievements
Rank 2
answered on 04 Jan 2012, 01:14 PM
Hello Miguel,
Check the following forum thread which discussed similar scenario.
Export hangs with large amount of data
-Shinu.
Check the following forum thread which discussed similar scenario.
Export hangs with large amount of data
-Shinu.
0

Miguel
Top achievements
Rank 1
answered on 04 Jan 2012, 01:28 PM
The thread really helped :)
Thanks!
Thanks!
0

Miguel
Top achievements
Rank 1
answered on 04 Jan 2012, 01:50 PM
Now i do have another issue. Now instead of popping-up the download message, it just pastes the content on the grid....
0

Shinu
Top achievements
Rank 2
answered on 05 Jan 2012, 05:57 AM
Hello Miguel,
Try setting the following.
aspx:
-Shinu.
Try setting the following.
aspx:
<
ExportSettings
ExportOnlyData
=
"true"
OpenInNewWindow
=
"true"
IgnorePaging
=
"true"
Excel-Format
=
"Html"
>
</
ExportSettings
>
-Shinu.
0
Hello Miguel,
I would also recommend that you examine the following help topic:
Export from Ajaxified Grid
Best regards,
Daniel
the Telerik team
I would also recommend that you examine the following help topic:
Export from Ajaxified Grid
Best regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now