Hi,
I have an issue when exporting the grid's content into PDF as rows which contain long texts appear cut off within the same page in the generated PDF.
This is my current pdf grid configuration:
pdf: {
fileName: "myfile.pdf",
allPages: true,
paperSize: "A3",
margin: { top: "2cm", right: "0.5cm", bottom: "1cm", left: "0.5cm" },
landscape: true,
scale: 0.8
}
Is there any way to configure the kendo grid in order to export the full content of a row in many pages to avoid cutoffs?
Thanks.
Carlos