Hi,
I am using Angular 17 with @progress/kendo-angular-pdf-export v17.2.0. I am facing a specific layout issue during page breaks.
The Issue: When a long text is split across two pages, the overflow content on the second page shifts to the far left, ignoring the column's original offset/padding. However, once that specific text block ends, the subsequent rows return to their correct positions.
Constraints:
We must use paperSize="A4" for printing requirements (so
paperSize="auto"is not an option).We are using a custom layout with
divelements (Bootstrap-like grid:col-sm-4for labels,col-sm-8for values).
Questions:
Is there a way to ensure that the split text fragment maintains its horizontal position on the next page?
Has this been addressed in any version later than v17.2.0?
Is there a CSS workaround (like
display: tableor specifick-pdf-exportclasses) to prevent this shift for split elements?
Any guidance would be appreciated. Thanks!
Hi Sagar,
I have provided a response in your private thread. If you have any further questions, please continue the discussion there.
For anyone encountering this, an internal issue has been logged for investigation.