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 Class | CSS Property |
---|---|
.k-user-select-contain | user-select: contain; |
.k-user-select-none | user-select: none; |
.k-user-select-auto | user-select: auto; |
.k-user-select-text | user-select: text; |
.k-user-select-all | user-select: all; |
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.