Order
The Telerik and Kendo UI Order Utilities are CSS utility classes that enable you to control the order of the items in the grid or flex container.
Utility Class | CSS Property |
---|---|
.k-order-none | order: 0; |
.k-order-first | order: -9999; |
.k-order-last | order: 9999; |
{integer}
Use the k-order-{n}
utility to place the flex or grid item at the position specified by \{n\}
.
First
Use the k-order-{n}
utility to place the flex or grid item at the first position in the order.
Last
Use the k-order-{n}
utility to place the flex or grid item at the last position in the order.