Hi,
Anybody have the knowledge in exporting pdf with NestedViewTemplate grid, please direct me the following scenarios
1)Exporting the grid with the nested grid data if it is expanded.
I am getting the following error when i try to do it
"The '*' character, hexadecimal value 0x2A, cannot be included in a name. "
2) I am not finding the way to apply styles to exported pdf file. I could not able to call ItemCreated event after ItemCommand event. Because i am following the scenario as the Telerik team directed for normal grid. But fails to achieve in NestedGrid
3) I am facing the problem in suppose i call the styles related code inside the export button click event directly. I am getting the following related error after applying font style to header template
System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Web.Apoc.Render.Pdf.Fonts.Type2CIDSubsetFont.get_WArray()
at Telerik.Web.Apoc.Pdf.PdfFontCreator.CreateCIDFont(String pdfFontID, Font font, CIDFont cidFont)
at Telerik.Web.Apoc.Pdf.PdfFontCreator.MakeFont(String pdfFontID, Font font)
at Telerik.Web.Apoc.Pdf.FontSetup.AddToResources(PdfFontCreator fontCreator, PdfResources resources)
at Telerik.Web.Apoc.Render.Pdf.PdfRenderer.StopRenderer()
at Telerik.Web.Apoc.StreamRenderer.StopRenderer()
at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader)
So please guide me to achieve the above related scenario for exporting PDF in nested grid
-Thanks