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
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