what i know rg has export feature, you dont need export manualy like gv. You can export rg to many format. See documentasion. demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/exporting/defaultcs.aspx
Programming to simplify, don't look for difficult way
Suwandi - Non Graduate Programmer
Member
33 Points
135 Posts
Exporting from RadGrid to Excel - multiple cell problem
Dec 27, 2012 09:58 AM|wallace740|LINK
I have a situation where my RadGrid has some rows Containing multiple rows
When I export this using RadGrid's export functionality, I see multiple cells used for 1 cell
All-Star
52523 Points
15678 Posts
Re: Exporting from RadGrid to Excel - multiple cell problem
Dec 27, 2012 10:22 AM|oned_gk|LINK
Suwandi - Non Graduate Programmer
Member
33 Points
135 Posts
Re: Exporting from RadGrid to Excel - multiple cell problem
Dec 27, 2012 10:36 AM|wallace740|LINK
<ExportSettings IgnorePaging="True" HideStructureColumns="true" ExportOnlyData="True">
</ExportSettings>
ShowExportToExcelButton="True"
I use these values with RadGrid and when I export to Excel, it generates a separate cell for each row (which I cant leave like that)
All-Star
94130 Points
18109 Posts
Re: Exporting from RadGrid to Excel - multiple cell problem
Dec 27, 2012 08:29 PM|Decker Dong - MSFT|LINK
Hi,
Considering it that this belongs to a 3-rd party control tool of Telerik, I'm afraid Microsoft cannot do much comments on that.
http://www.telerik.com/community/forums/aspnet/grid.aspx
If you'd like to use GridView instead (because that's Microsoft control). I'd like to recommand you this:
http://geekswithblogs.net/AzamSharp/archive/2005/12/21/63843.aspx
Member
33 Points
135 Posts
Re: Exporting from RadGrid to Excel - multiple cell problem
Dec 28, 2012 03:24 AM|wallace740|LINK
I use standart GridView to export to excel but the same thing happens.
HTML code is separated into multiple cells :(
Screenshot(below) when exported from standart GridView.
1 cell in my GridView is separated into multiple rows :(

All-Star
94130 Points
18109 Posts
Re: Exporting from RadGrid to Excel - multiple cell problem
Dec 28, 2012 03:41 AM|Decker Dong - MSFT|LINK
Hi,
To be very honest, it's not an easy task to export a GridView with Html formation.
Maybe you can try to use this tool:
http://highoncoding.com/Articles/202_GridView_Export_to_Excel_Button_Control.aspx