Flex-Grid

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 ClassCSS Property
.k-grid-rows-1grid-template-rows: repeat(1, minmax(0, 1fr));
.k-grid-rows-2grid-template-rows: repeat(2, minmax(0, 1fr));
.k-grid-rows-nonegrid-template-rows: none;

{integer}

Use the k-grid-rows-{n} utility to set number of grid rows.