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.
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