Hi,
As my title says when i export my Grid to PDF, the export is stopping short, please look at the attachment, i dont know how to explain whats happening.
My config is as follows:
<script id="template-pdf-export" type="text/x-kendo-template" data-th-inline="text"> <div class="pdf-export"> <div class="header"> <div style="float: right">Page #: pageNum # of #: totalPages #</div> </div> <div class="footer"> Page #: pageNum # of #: totalPages # </div> </div></script>
And my PDF config in my grid is here:
pdf: { paperSize: "A4", // Required so that template and scale are used landscape: true, margin: { top: "2cm", right: "1cm", bottom: "1cm", left: "1cm" }, template: $("#template-pdf-export").html(), scale: 0.75 // Scale down the text size when printing to PDF},
I have no clue, its like kendo lost interest in drawing the rest of the grid? :D
Please advise.
Thanks,
Grant
