Layout

On this page

Position

The Telerik and Kendo UI Position Utilities are CSS utility classes that enable you to control the position of elements.

Utility ClassCSS Property
.k-pos-staticposition: static;
.k-pos-relativeposition: relative;
.k-pos-absoluteposition: absolute;
.k-pos-fixedposition: fixed;
.k-pos-stickyposition: sticky;

Applying

Use the k-pos-{position} utility to set the position of an element.

On this page