Grid Column

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-2grid-column-start: 2;
.k-col-start-3grid-column-start: 3;
.k-col-start-4grid-column-start: 4;
.k-col-start-5grid-column-start: 5;
.k-col-start-6grid-column-start: 6;
.k-col-start-7grid-column-start: 7;
.k-col-start-8grid-column-start: 8;
.k-col-start-9grid-column-start: 9;
.k-col-start-10grid-column-start: 10;
.k-col-start-11grid-column-start: 11;
.k-col-start-12grid-column-start: 12;
.k-col-start-13grid-column-start: 13;
.k-col-start-autogrid-column-start: auto;
.k-col-span-1grid-column: span 1 / span 1;
.k-col-span-2grid-column-span: span 2 / span 2;
.k-col-span-3grid-column-span: span 3 / span 3;
.k-col-span-4grid-column-start: span 4 / span 4;
.k-col-span-5grid-column-start: span 5 / span 5;
.k-col-span-6grid-column-start: span 6 / span 6;
.k-col-span-7grid-column-start: span 7 / span 7;
.k-col-span-8grid-column-start: span 8 / span 8;
.k-col-span-9grid-column-start: span 9 / span 9;
.k-col-span-10grid-column-start: span 10 / span 10;
.k-col-span-11grid-column-start: span 11 / span 11;
.k-col-span-12grid-column-start: span 12 / span 12;
.k-col-span-fullgrid-column: 1 / -1;
.k-col-span-autogrid-column: auto;
.k-col-end-1grid-column-end: 1;
.k-col-end-2grid-column-end: 2;
.k-col-end-3grid-column-end: 3;
.k-col-end-4grid-column-end: 4;
.k-col-end-5grid-column-end: 5;
.k-col-end-6grid-column-end: 6;
.k-col-end-7grid-column-end: 7;
.k-col-end-8grid-column-end: 8;
.k-col-end-9grid-column-end: 9;
.k-col-end-10grid-column-end: 10;
.k-col-end-11grid-column-end: 11;
.k-col-end-12grid-column-end: 12;
.k-col-end-13grid-column-end: 13;
.k-col-end-autogrid-column-end: auto;

Number

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

Auto

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

Feedback