Layout

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

On this page

Z-Index

The Telerik and Kendo UI Z-Index Utilities are CSS utility classes that enable you to control the stack order of elements.

Utility ClassCSS Property
.k-z-0z-index: 0;
.k-z-10z-index: 10;
.k-z-20z-index: 20;
.k-z-30z-index: 30;
.k-z-40z-index: 40;
.k-z-50z-index: 50;
.k-z-autoz-index: auto;

Applying

Use the k-z-{value} utility to apply a stack order to an element.

On this page