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

Bug when exporting muitiple Grids

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nathan
Top achievements
Rank 1
Nathan asked on 21 Sep 2011, 10:41 PM
I am wrapping several radgrids (created as UserControls) into a single RadGrid so that exporting the outer RadGrid will produce a single output containing all of the individual RadGrids.

I can get the grids to display fine on the screen, and to export into PDF no problem.  But when I export into Excel I run into the problem that the Footer row appears above the Data.  From looking at the code being output, the order of elements in the grids is thead, tfoot, tbody.  The pdf export shows them in thead, tbody tfoot order, but the excel export shows them in the order they are in the code.

Is this a known bug, and is there a workaround for this?

This behavior is replicable using the project linked from here: http://www.telerik.com/community/code-library/preview-thread/aspnet-ajax/grid/export-multiple-radgrids-in-single-pdf-excel-file.aspx

Thank you

-Nathan

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 Sep 2011, 09:57 AM
Hello Nathan,

I confirm this is an expected behavior. I attached a simple demo that shows how you could relocate the footer items. Please give it a try and let me know whether this helps.

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