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

Export to Excel Footer on Top

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rafael
Top achievements
Rank 1
Rafael asked on 14 Nov 2013, 03:33 PM
Hi, I got the latest version of the TELERIK ASP.NET AJAX and my grid footer is displayed on top of the data rows, right after the header.

My page has a master grid with many grids (5) inside its template organized in html tables.

I export the grid calling "grid.MasterTableView.ExportToExcel()"

My footer is manipulated on databound as below :

...
Dim footerItem As GridFooterItem = CType(e.Item, GridFooterItem)
footerItem("NAME").Text = "<
div>" & var1 & "</div>" & String.Format("{0:0.00}", var2)
...

How can I correct the export behavior?

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 19 Nov 2013, 08:30 AM
Hi Rafael,

Based on the provided information it will be hard to pinpoint the reason for that behavior. Could you please provide a simplify sample of your project where the issue could be observed in order to investigate it locally?

Regards,
Kostadin
Telerik
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 the blog feed now.
Tags
Grid
Asked by
Rafael
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or