I have an ajaxified grid.
Inside the nestedtemplateview of the main grid I have another grid.
I want to give the export to pdf functionality on both of the grids.
I got the export working on the main grid and sub grid.
However, there's some data that I am not able to see.
Inside my gridtemplatecolumn for the both the grids, I have linkbuttons and one of the fields is bound to that.
# When i set "ExportOnlyData" on the main grid to false then I am able to export that data as well. I changed the format for export as shown in :http://www.telerik.com/help/aspnet-ajax/grdexporttipstricks.html
The font size changes do not apply to the data I have in my link buttons though?
How can I do that?
# the second issue I am having is if I set ExportOnlydata on my grid to false then when the pdf is generated i am unable to open it.
It gives me error: 'Adobe reader could not open 'RadGridExport.pdf' because it is either not a supported file type or because the file has been damaged'
I am unable to figure out why i get this error on my sub grid when i set exportonlydata to false. If it is true then everything works fine.
Please suggest.
Inside the nestedtemplateview of the main grid I have another grid.
I want to give the export to pdf functionality on both of the grids.
I got the export working on the main grid and sub grid.
However, there's some data that I am not able to see.
Inside my gridtemplatecolumn for the both the grids, I have linkbuttons and one of the fields is bound to that.
# When i set "ExportOnlyData" on the main grid to false then I am able to export that data as well. I changed the format for export as shown in :http://www.telerik.com/help/aspnet-ajax/grdexporttipstricks.html
The font size changes do not apply to the data I have in my link buttons though?
How can I do that?
# the second issue I am having is if I set ExportOnlydata on my grid to false then when the pdf is generated i am unable to open it.
It gives me error: 'Adobe reader could not open 'RadGridExport.pdf' because it is either not a supported file type or because the file has been damaged'
I am unable to figure out why i get this error on my sub grid when i set exportonlydata to false. If it is true then everything works fine.
Please suggest.