Grid lost the vertical line

0 Answers 57 Views
Grid Styling
Steve
Top achievements
Rank 1
Iron
Iron
Steve asked on 29 Jun 2023, 03:19 AM

as follow img: how should i fix it

Wissam
Telerik team
commented on 30 Jun 2023, 08:04 AM

Hi, Steve,

Thank you for the provided screenshot.

I was able to reproduce this issue by setting the `border-width` of the `k-table-td` element to `0` which removes the grid cell borders:

.k-grid td.k-table-td {
  border-width: 0;
}

Therefore, I would suggest checking if you have a border-width style applied to the td element in your application. If this is not the case, could you please send me a runnable example where the issue is reproduced? You can use my above demo as a base.

Regards,
Wissam
Progress Telerik

No answers yet. Maybe you can help?

Tags
Grid Styling
Asked by
Steve
Top achievements
Rank 1
Iron
Iron
Share this question
or