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 Class | CSS Property |
---|---|
.k-col-start-auto | grid-column-start: auto; |
.k-col-start-1 | grid-column-start: 1; |
.k-col-start--1 | grid-column-start: -1; |
{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.