Unplanned
Last Updated: 06 Mar 2023 11:25 by Dev
Dev
Created on: 06 Mar 2023 11:25
Category: Grid
Type: Bug Report
0
The PdfExport component doesn't export locked columns when paper-size is 'auto'

Describe the bug

When exporting the Kendo UI for Vue Native Grid data to a PDF file and the paper-size property is set to true, if there are locked columns inside the Grid, these columns are exported as empty columns.

To Reproduce

  1. Open this StackBlitz example
  2. Press the button above the Grid and save the exported file
  3. Open the saved file and see how the locked columns have been exported

Expected behavior
All Grid columns should be correctly visualized in the exported PDF file, no matter if they are locked or unlocked.

Screenshots
image

Additional context
If we set the paper-size to a pre-defined value like 'A4', the issue is not replicable

0 comments