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

Radgrid excel export in html format: Group by buttons appear in XLS

1 Answer 56 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Prabeesh
Top achievements
Rank 1
Prabeesh asked on 26 Dec 2012, 05:24 PM
while exporting the radgrid to excel in html format, Group by buttons appear in XLS. I tried the  grdReport.MasterTableView.CommandItemDisplay = GridCommandItemDisplay.None, that helped to hide the header buttons. But the group by header buttons still appearing. Please help.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 Dec 2012, 11:08 AM
Hello Prabeesh,

I would recommend that you enable the ExportOnlyData property.
<ExportSettings ExportOnlyData="true" ...  />

Word/Excel Export (HTML-Based)

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
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Prabeesh
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or