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.

Align Items

The Telerik and Kendo UI Align Items Utilities are CSS utility classes that enable you to control how grid and flex items will be aligned to each other along the cross axis.

Utility ClassCSS Property
.k-align-items-normalalign-items: normal;
.k-align-items-stretchalign-items: center;
.k-align-items-startalign-items: start;
.k-align-items-endalign-items: end;
.k-align-items-flex-startalign-items: flex-start;
.k-align-items-flex-endalign-items: flex-end;
.k-align-items-baselinealign-items: baseline;
.k-align-items-first-baselinealign-items: first baseline;
.k-align-items-last-baselinealign-items: last baseline;
.k-align-items-self-startalign-items: self-start;
.k-align-items-self-endalign-items: self-end;

Stretch

Use the k-align-items-stretch utility to stretch the items in a row equally along the cross axis.

Center

Use the k-align-items-center utility to center the items in a row of the container along the cross axis.

Start

Use the k-align-items-start utility to align the items in a row to the start of the container along the cross axis.

End

Use the k-align-items-end utility to align the items in a row to the end of the container along the cross axis.

Baseline

Use the k-align-items-baseline utility to align the items in a row to the baseline of the container along the cross axis.