Layout

The Telerik and Kendo UI Layout utilities enable you to apply and control different aspects of an elements layout.

Display

The Telerik and Kendo UI Display Utilities are CSS utility classes that enable you to specify the display type of an element.

Utility ClassCSS Property
.k-d-nonedisplay: none;
.k-d-contentsdisplay: contents;
.k-d-blockdisplay: block;
.k-d-inlinedisplay: inline;
.k-d-inline-blockdisplay: inline-block;
.k-d-flexdisplay: flex;
.k-d-inline-flexdisplay: inline-flex;
.k-d-griddisplay: grid
.k-d-inline-griddisplay: inline-grid
.k-d-tabledisplay: table;
.k-d-inline-tabledisplay: inline-table;
.k-d-list-itemdisplay: list-item;
.k-d-table-rowdisplay: table-row;
.k-d-table-celldisplay: table-cell;

Inline

Use the k-d-inline utility to display multiple elements on a single row.

Block

Use the k-d-block utility to display each element on a new row.

Flex

Use the k-d-flex utility to display the elements in a flex container.

None

Use the k-d-none utility to prevent elements from being displayed.