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.
Yes, this is something that i'm having problem too.
Is there any solution to this???