When i am exporting a grid to pdf/word/excel the exported document looks very plain.
Is it possible to set the footer and header when we exporting a grid to pdf/excel/word. so its static and always appears at the header and footer of a pdf/excel/word.
You can set the Caption property as required to show heading for the exported file. RadGrid1.MasterTableView.Caption = "Heading";
Also take a look at the following forum which explains how to set header and footer for exported file. Export to Excel/Pdf from RadGrid
Thanks,
Princy.
0
Daniel
Telerik team
answered on 09 Feb 2011, 10:59 PM
Hello Lakshmi,
You can use different approach depending on the export format. For example HTMLExcel and ExcelML support real headers / footers. Pdf format supports plain text-only footer.