Table

The Telerik and Kendo UI Table utilities enable you to manipulate the properties of the table element.

Border Collapse

The Telerik and Kendo UI Border Collapse Utilities are CSS utility classes that enable you to control the border behavior between adjacent cells.

Utility ClassCSS Property
.k-border-collapseborder-collapse: collapse;
.k-border-separateborder-collapse: separate;

Collapse

Use the k-border-collapse utility to share the borders between the adjacent cells.

Separate

Use the k-border-separate utility to apply distinct borders to each cell.