Position
The Telerik and Kendo UI Position Utilities are CSS utility classes that enable you to control the position of elements.
| Utility Class | CSS Property | 
|---|---|
| .k-pos-sticky | position: sticky; | 
| .k-pos-static | position: static; | 
| .k-pos-relative | position: relative; | 
| .k-pos-absolute | position: absolute; | 
| .k-pos-fixed | position: fixed; | 
Applying
Use the k-pos-{position} utility to set the position of an element.