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.

User Select

The Telerik and Kendo UI User Select Utilities are CSS utility classes that enable you to control the text selection behavior in an element.

Utility ClassCSS Property
.k-user-select-noneuser-select: none;
.k-user-select-autouser-select: auto;
.k-user-select-textuser-select: text;
.k-user-select-alluser-select: all;
.k-user-select-containuser-select: contain;

All

Use the k-user-select-all utility to enable the user to select all the text content.

Text

Use the k-user-select-text utility to enable the user to select a portion of the text content.

None

Use the k-user-select-none utility to disable text selection.