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.

Place Self

The Telerik and Kendo UI Place Self Utilities are CSS utility classes that enable you to control how an item will be aligned along both axes.

Utility ClassCSS Property
.k-place-self-autoplace-self: auto;
.k-place-self-normalplace-self: normal;
.k-place-self-stretchplace-self: stretch;
.k-place-self-centerplace-self: center;
.k-place-self-startplace-self: start;
.k-place-self-endplace-self: end;
.k-place-self-flex-startplace-self: flex-start;
.k-place-self-flex-endplace-self: flex-end;
.k-place-self-self-startplace-self: self-start;
.k-place-self-self-endplace-self: self-end;
.k-place-self-baselineplace-self: baseline;

Stretch

Use the k-place-self-stretch utility to stretch the item so that it fills the alignment container along both axes.

Center

Use the k-place-self-center utility to center the item within the alignment container along both axes.

Start

Use the k-place-self-start utility to align the item to the start of the container along both axes.

End

Use the k-place-self-end utility to align the item to the end of the container along both axes.

Baseline

Use the k-place-self-baseline utility to align the item to the baseline of the container along both axes.