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 Grow

The Telerik and Kendo UI Flex Grow Utilities are CSS utility classes that enable you to control how the flex item grows in the flex container.

Utility ClassCSS Property
.k-flex-growflex-grow: 1;
.k-flex-grow-0flex-grow: 0;

No Grow

Use the k-flex-grow-0 utility to prevent the flex item from growing.

Grow

Use the k-flex-grow-1 utility to allow the flex item to grow by filling the available space in the flex container.