hello,
we use the RadGrid from RadControls for ASP.NET AJAX Q2 2009.
In our Application we have the following Scenario:
Several UserControls (ASCX) encapsulate one or more RadGrids, partially with hierachy and/or NestedViewTemplate.
We have several ASP.NET-Pages, which are dynamically generated:
the UserControls are added to the Page and the RadGrids are filled with Data.
The requirement is to export the "content" of the UserControls (the RadGrid(s)) to one PDF-File from a button (or something like that)
inside the ASP.NET-Page.
Our first idea:
Is it possible to add the UserControls with the RadGrids to an additional RadGrid (maybe in a NestedViewTemplate?), and then
exporting that RadGrid?
We have tried out the following solution:
http://www.telerik.com/community/forums/aspnet-ajax/grid/export-multiple-grids-to-same-excel-file.aspx
But that does not work for us, because we need to add UserControls with encapsulated RadGrids and there is no way for us to do that in a declarative way.
Kind regards
we use the RadGrid from RadControls for ASP.NET AJAX Q2 2009.
In our Application we have the following Scenario:
Several UserControls (ASCX) encapsulate one or more RadGrids, partially with hierachy and/or NestedViewTemplate.
We have several ASP.NET-Pages, which are dynamically generated:
the UserControls are added to the Page and the RadGrids are filled with Data.
The requirement is to export the "content" of the UserControls (the RadGrid(s)) to one PDF-File from a button (or something like that)
inside the ASP.NET-Page.
Our first idea:
Is it possible to add the UserControls with the RadGrids to an additional RadGrid (maybe in a NestedViewTemplate?), and then
exporting that RadGrid?
We have tried out the following solution:
http://www.telerik.com/community/forums/aspnet-ajax/grid/export-multiple-grids-to-same-excel-file.aspx
But that does not work for us, because we need to add UserControls with encapsulated RadGrids and there is no way for us to do that in a declarative way.
Kind regards