Pointer Events
The Telerik and Kendo UI Pointer Events Utilities are CSS utility classes that enable you to block default browser actions such as clicking.
Utility Class | CSS Property |
---|---|
.k-pointer-events-auto | pointer-events: auto; |
.k-pointer-events-none | pointer-events: none; |
Removing the Native Styles
Use the k-pointer-events-none
and k-pointer-events-auto
utilities to disable or enable the native pointer actions of an element.