This is a migrated thread and some comments may be shown as answers.

KENDO-Angular not exporting grid completely

2 Answers 152 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chaitra
Top achievements
Rank 1
Chaitra asked on 10 Aug 2018, 09:58 AM

Hi,

I am exporting grid to pdf but it is not exporting complete data some time. bottom rows are missing.
    

 

<kendo-grid-pdf fileName="washer.pdf" [allPages]="true" [repeatHeaders]="true" [landscape]="true" [scale]="0.8">
<kendo-grid-pdf-margin top="2cm" left="1cm" right="1cm" bottom="2cm"></kendo-grid-pdf-margin>
<ng-template kendoGridPDFTemplate let-pageNum="pageNum" let-totalPages="totalPages">
<div class="page-template">
<div class="header">
<div style="float: right">Page {{ pageNum }} of {{ totalPages }}</div>
Multi-page grid with automatic page breaking
</div>
<div class="footer">
Page {{ pageNum }} of {{ totalPages }}
</div>
</div>
</ng-template>
</kendo-grid-pdf>


and 
public exportToPDF(grid: GridComponent): void {
        grid.saveAsPDF();
    }

How I can make sure the grid is exporting completely.

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Aug 2018, 05:54 AM
Hi,

Could you provide a runnable sample that demonstrates the problem?

Regards,
Daniel
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Chaitra
Top achievements
Rank 1
answered on 12 Sep 2018, 06:32 AM

Hi Thanks for quick reply. I was not able to regenerate the same issue in stackblitz. If I was able to generate I will post it

 

Thanks

Tags
General Discussions
Asked by
Chaitra
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Chaitra
Top achievements
Rank 1
Share this question
or