Grid Template Columns
The Telerik and Kendo UI Grid Template Columns Utilities are CSS utility classes that enable you to control the number of the grid columns that share the same width.
Utility Class | CSS Property |
---|---|
.k-grid-cols-none | grid-template-columns: none; |
.k-grid-cols-1 | grid-template-columns: repeat(1, minmax(0, 1fr)); |
.k-grid-cols-2 | grid-template-columns: repeat(2, minmax(0, 1fr)); |
{integer}
Use the k-grid-cols-{n}
utility to set the number of grid columns.