Hello,
I'm exporting a grid's contents using GridViewPDFExport and rendering with PDFExportRenderer, to use as a report. The requirement is to add a signature block on the last page. I understand that I can override the header or footer events, but in this case, I'd prefer the additional content to be added within the page itself, after the grid's contents (either below, or if doesn't fit, on the next page.) Any ideas how I can accomplish this?
Thanks!
Dan