Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We need to export the SfDataGrid to PDF and show an image as well as some text above the data grid. The easiest way to do this currently, by using the DataGridPdfExportingController.ExportToPdf method, is to draw the text and image in the PDF header. However, this will render the image/header on every page in the document if the data grid expands to multiple pages, and we need to show the image and text only on the first page.
Would it be possible to get an option to only show the header on the first page of the PDF document? Or, alternatively, to allow us to draw content above the data grid in the document, as we can not find a way to do that currently.