Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraWebGridDocumentExporter PDF column headers for each page
posted

i am using UltraWebGridDocumentExporter for export ultrawebgrid to pdf.

here is the code:

UltraWebGridDocumentExporter1.Format =

FileFormat.PDF;

UltraWebGridDocumentExporter1.Export(UltraWebGrid1);

suppose ultrawebgrid has more number of rows and  exported pdf has more than one page,

I am not getting column header for each page.what can i do to get column headers for each page.