Completed
Last Updated: 11 Jan 2024 08:24 by ADMIN
Release 2024 Q1
ADMIN
Tanya
Created on: 12 Oct 2017 13:18
Category: SpreadProcessing
Type: Bug Report
5
SpreadProcessing: Left/Top-most borders are not rendered when exporting to PDF
Some of the leftmost borders are omitted when exported to PDF.
3 comments
ADMIN
Tanya
Posted on: 20 Jul 2022 13:59

Hi all,

If you would like to work around that behavior and ensure the borders are preserved, insert a new empty column at the beginning and set it to a minimum width to keep the layout the same:

Worksheet worksheet = workbook.Worksheets[0];
worksheet.Columns.Insert(0);
worksheet.Columns[0].SetWidth(new ColumnWidth(2, true));

Regards,
Tanya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Martin
Posted on: 11 Mar 2020 10:05

Hello Shweta,

Until this bug is fixed, I am afraid I cannot provide you with a workaround fixing the wrong export of the table borders when exporting to PDF. Please, make sure you cast your vote for the implementation as well as subscribe to the task by clicking the Follow button so you can receive updates about status changes. 

Regards,
Martin
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.
Shweta
Posted on: 11 Mar 2020 06:09

HI,

Any solution or workaround on the said issue?