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.

Resize

The Telerik and Kendo UI Resize Utilities are CSS utility classes that enable you to change the resizing behavior of an element.

Utility ClassCSS Property
.k-resizeresize: both;
.k-resize-noneresize: none;
.k-resize-xresize: horizontal;
.k-resize-yresize: vertical;

All Directions

Use the k-resize utility to enable element resizing in both vertical and horizontal directions.

No Resizing

Use the k-resize-none utility to disable the resizing of an element.

Horizontal

Use the k-resize-x utility to enable element resizing in a horizontal direction.

Vertical

Use the k-resize-y utility to enable element resizing in a vertical direction.