Flex-Grid

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

{integer}

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