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