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 Shrink

The Telerik and Kendo UI Flex Shrink Utilities are utility classes that enable you to control how the flex item will shrink in the flex container.

Utility ClassCSS Property
.k-flex-shrinkflex-shrink: 1;
.k-flex-shrink-0flex-shrink: 0;

No Shrink

Use the k-flex-shrink-0 utility to prevent the flex item from shrinking in the flex container.

Shrink

Use the k-flex-shrink-1 utility to allow the flex item to shrink in the flex container.