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

Problem in exporting radgrid to excel

3 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
york
Top achievements
Rank 1
york asked on 04 Nov 2011, 12:29 AM
Hi,
I have a program to export content of radgrid to excel file as follows:
RadGrid1.ExportSettings.IgnorePaging = true; (or false)
RadGrid1.ExportSettings.OpenInNewWindow = false;
RadGrid1.ExportSettings.ExportOnlyData = true;
 
RadGrid1.MasterTableView.ShowFooter = false;
RadGrid1.MasterTableView.AllowFilteringByColumn = true;
RadGrid1.ExportSettings.FileName = "FPG_Orders_All_Pages";
 
RadGrid1.MasterTableView.ExportToExcel();
It worked fine before. But recently it is very slow to open file dialogbox. Once clicking on open or save, it displays a box shown in image and seems downloading the current webpage containing the radgrid. I have to click on cancel and then it will popup excel windows. I want to know what causes this problem. Is there a upgrade of telerik for that?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 08 Nov 2011, 08:26 PM
Hello York,

Could you please share the following information with me:
- RadGrid items count (total count, not page count)
- IE version
- RadControls version

I would also suggest that you try exporting the same RadGrid in Mozilla Firefox or Google Chrome to see if it is browser-specific problem.

Thanks,
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
0
york
Top achievements
Rank 1
answered on 08 Nov 2011, 11:12 PM
Hi Daniel,

Radgrid.Items.Count = 0
Browser: IE 8
Radcontrol: 2010.1.323.35

How to export to filefox or chrome?

Thanks,
York
0
Daniel
Telerik team
answered on 11 Nov 2011, 02:40 PM
Hello York,

I need to know how much items you have in your datasource (for example; database table).
Also I need to know what happens when you run the same website in other browsers like Chrome or Firefox. You just need to copy/paste the URL from IE address bar and paste it in the corresponding browser and then click on the export button.

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
Tags
Grid
Asked by
york
Top achievements
Rank 1
Answers by
Daniel
Telerik team
york
Top achievements
Rank 1
Share this question
or