Flex-Grid

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.