Interactivity

The Telerik and Kendo UI Interactivity Utilities enable you to enhance the user experience of people interacting with inputs, texts, touchscreen devices, and many more.

On this page

Cursor

The Telerik and Kendo UI Cursor Utilities are CSS utility classes that enable you to change the appearance of the cursor.

Utility ClassCSS Property
.k-cursor-nonecursor: none;
.k-cursor-autocursor: auto;
.k-cursor-defaultcursor: default;
.k-cursor-pointercursor: pointer;

Styling

Use the k-cursor-{style} utility to change the type of the cursor when hovering over an element.

On this page