Support for injecting some custom header information in the export PDF and Excel? e.g. You are exporting some grid to excel or pdf and you want do display the search parameters in the header of the document.
Hi,
The examples below illustrate how custom headers can be added when exporting data to PDF or Excel:
Export Headers and Footers in PDF
Export Custom Headers to Excel in Grid
Regards,
Viktor Tachev
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
For Pdf export this is possible if you include the information you need in a wrapper html element for the grid (for example a div) and execute the export for this element, as illustrated in this example: http://demos.telerik.com/kendo-ui/drawing/export