Hello,
I have multiple ragrids in a table and I would like to export them in one PDF.
i saw this exemple : http://www.telerik.com/community/code-library/aspnet-ajax/grid/export-multiple-radgrids-in-single-pdf-excel-file.aspx
but I'm not sure it will work for me: My grids don't have the same column names, and iwhen i tried inserting the gridWrapper, i did'nt have access to any of my grids server-side.
Do you have an idea of how could i do it?
Thank you
Shirya
this is how i populate one of my radgrids(it is practically the same for all): That is why i need to have access to them
I have multiple ragrids in a table and I would like to export them in one PDF.
i saw this exemple : http://www.telerik.com/community/code-library/aspnet-ajax/grid/export-multiple-radgrids-in-single-pdf-excel-file.aspx
but I'm not sure it will work for me: My grids don't have the same column names, and iwhen i tried inserting the gridWrapper, i did'nt have access to any of my grids server-side.
Do you have an idea of how could i do it?
Thank you
Shirya
this is how i populate one of my radgrids(it is practically the same for all): That is why i need to have access to them
'Retreive the list of functions in my DB then :
If
FunctionList.Count <> 0
Then
Me
.RadGridFunctions.DataSource = FunctionList
Else
Me
.RadGridFonctions List(Of Fonction)
End
If
Me
.RadGridFunctions.DataBind()