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.

Flex Wrap

The Telerik and Kendo UI Flex Wrap Utilities are CSS utility classes that enable you to control how the flex item will wrap.

Utility ClassCSS Property
.k-flex-wrapflex-wrap: wrap
.k-flex-nowrapflex-wrap: nowrap
.k-flex-wrap-reverseflex-wrap: wrap-reverse

Wrap

Use the k-flex-wrap utility to enable a flex item to wrap into multiple lines.

Wrap Reverse

Use the k-flex-wrap-reverse utility to enable a flex item to wrap into multiple lines in reverse order.

No Wrap

Use the k-flex-nowrap utility to prevent a flex item from wrapping into multiple lines.