Order

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

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 ClassCSS Property
.k-order-noneorder: 0;
.k-order-{1-12}order: 1;
.k-order-firstorder: -9999;
.k-order-lastorder: 9999;

Number

Use the k-order-{n} utility to place the flex or grid item at the position specified by number.

First

Use the k-order-first utility to place the flex or grid item at the first position in the order.

Last

Use the k-order-last utility to place the flex or grid item at the last position in the order.

Feedback