I am using the WebDocumentExporter and WebDataGrid to export to a PDF. How can I get the Header and Footer to show up on all the pages like it does on page 1?
Hello ClintMcCarty,
For exporting to pdf and displaying the header/footer in every page I believe contains no automatic built-in feature when using the WebDocumentExporter. In the samples browser contains the feature list on using the Document Exporter for the WebDataGrid here: http://samples.infragistics.com/aspnet/Samples/WebDataGrid/Data/Document-Exporter/Default.aspx?cn=document-exporter&sid=956dc5cd-b842-4cd9-8e92-940fdd3425b2.
Let me know if you have any questions with this matter. Thank you.
Duane, does the WebDocumentExporter expose any events or methods that we could trap to manually insert the column headers at the top of each page?