Cursor
The Telerik and Kendo UI Cursor Utilities are CSS utility classes that enable you to change the appearance of the cursor.
Utility Class | CSS Property |
---|---|
.k-cursor-pointer | cursor: pointer; |
.k-cursor-none | cursor: none; |
.k-cursor-auto | cursor: auto; |
.k-cursor-default | cursor: default; |
Styling
Use the k-cursor-{style}
utility to change the type of the cursor when hovering over an element.