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 Class | CSS Property |
---|---|
.k-border-separate | border-collapse: separate; |
.k-border-collapse | border-collapse: collapse; |
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.