Flex-Grid

The Telerik and Kendo UI Flex-Grid Utilities enable you to control the position, alignment, and size of the grid and the flex items.

Grid Column Start or End

The Telerik and Kendo UI Grid Column Start or End Utilities are CSS utility classes that enable you to control the start and end position of the grid item by contributing a grid line.

Utility ClassCSS Property
.k-col-start-1grid-column-start: 1;
.k-col-start--1grid-column-start: -1;
.k-col-start-autogrid-column-start: auto;

{integer}

Use the k-col-start-{n} utility to start and k-col-end-{n} to end the grid item on the \{n\} grid line within the column.

Auto

Use the k-col-start-auto utility to apply the initial start position of the grid item.