I have a number of questions/problems with the PDF Export of the grid:
1. Is there a way to have the export not include the toolbar, group by column holder ("Drag column here...") and auto filter row? When I export to excel these items are not included.
2. I have a margin set on the export however the grid only takes up 2/3rds of the document when set in landscape. Is this a bug or is there a way to have it fill the space? See attached file for example and the export settings below.
3. Pages are getting set to different widths for some reason?
Here are the settings I am using:
pdf: {
allPages: true,
author: "PowerVu",
creator: "PowerVu",
fileName: "Project Invoicing.pdf",
landscape: true,
margin: {
left: ".5in",
right: ".5in",
top: ".5in",
bottom: ".5in"
}
}