5 Answers, 1 is accepted
0
Hello Atif,
I suppose that you have GridTemplateColumns with nested controls that are stripped when exporting. If you post the problematic columns I could provide more to-the-point suggestion.
In the meantime you can examine the following links:
Word/Excel export (HTML-based)
ExcelML export
Best regards,
Daniel
the Telerik team
I suppose that you have GridTemplateColumns with nested controls that are stripped when exporting. If you post the problematic columns I could provide more to-the-point suggestion.
In the meantime you can examine the following links:
Word/Excel export (HTML-based)
ExcelML export
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Atif
Top achievements
Rank 1
answered on 03 Sep 2010, 04:47 AM
<telerik:GridTemplateColumn HeaderText="Domain Name" UniqueName="DomainName">
<ItemTemplate>
<asp:LinkButton ID="lnkDomainName" runat="server"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>
missing columns data.
<ItemTemplate>
<asp:LinkButton ID="lnkDomainName" runat="server"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>
missing columns data.
0
Hello Atif,
If you set ExportOnlyData to false the button will be shown in the exported file.
RadGrid Export Overview
Best regards,
Daniel
the Telerik team
If you set ExportOnlyData to false the button will be shown in the exported file.
RadGrid Export Overview
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Atif
Top achievements
Rank 1
answered on 09 Sep 2010, 06:38 AM
no effect on result same resut.column missing data
0
Hello Atif,
Please try the attached demo and let me know if I'm missing something. Note that I added a sample text to the LinkButton.
Best regards,
Daniel
the Telerik team
Please try the attached demo and let me know if I'm missing something. Note that I added a sample text to the LinkButton.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items