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

RadGrid ExportToExcel missing some rows when client is Excel 2003

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ryan
Top achievements
Rank 1
ryan asked on 04 Oct 2011, 06:05 AM
Hi,

One of my client is facing issue with RadGrid export to excel functionality. Issue is - it is not exporting all the records. Strangely it is missing some records in between. It is working fine in my environment which is Office 2010. 

My client environement is -
Excel 2003 SP3
IE8
XP Professional  Version 2002 SP3

Appreciate your help!

Code:

            radExportGrid.MasterTableView.ShowHeader = false;

            radExportGrid.ExportSettings.HideStructureColumns = true;

            radExportGrid.ExportSettings.IgnorePaging = true;

            radExportGrid.ExportSettings.FileName = "IdeaExcelExport";

            radExportGrid.ExportSettings.OpenInNewWindow = true;

            radExportGrid.MasterTableView.ExportToExcel();

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 04 Oct 2011, 09:10 AM
Hello Ryan,

I'm afraid this is not a common issue and therefore it would be hard to guess what may be wrong in this case. I would appreciate it, if you could provide a runnable example or at least some code-snippets that I can use to create a local demo.

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