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.

Justify Items

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

Utility ClassCSS Property
.k-justify-items-normaljustify-items: normal;
.k-justify-items-stretchjustify-items: stretch;
.k-justify-items-centerjustify-items: center;
.k-justify-items-startjustify-items: start;
.k-justify-items-endjustify-items: end;
.k-justify-items-selft-startjustify-items: self-start;
.k-justify-items-self-endjustify-items: self-end;
.k-justify-items-leftjustify-items: left;
.k-justify-items-rightjustify-items: right;
.k-justify-items-baselinejustify-items: baseline;
.k-justify-items-first-baselinejustify-items: first baseline;
.k-justify-items-last-baselinejustify-items: last baseline;

Stretch

Use the k-align-items-stretch utility to stretch the items in a column equally along the main axis.

Center

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

Start

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

End

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