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.

Touch Action

The Telerik and Kendo UI Touch Action Utilities are CSS utility classes that enable you to control the behavior of an element when a user interacts with it on a touchscreen device.

Utility ClassCSS Property
.k-touch-action-nonetouch-action: none;
.k-touch-action-autotouch-action: auto;
.k-touch-action-pan-xtouch-action: pan-x;
.k-touch-action-pan-ytouch-action: pan-y;
.k-touch-action-pan-lefttouch-action: pan-left;
.k-touch-action-pan-righttouch-action: pan-right;
.k-touch-action-pan-uptouch-action: pan-up;
.k-touch-action-pan-downtouch-action: pan-down;
.k-touch-action-pinch-zoomtouch-action: pinch-zoom;
.k-touch-action-manipulationtouch-action: manipulation;

Horizontal

Use the k-touch-action-pan-x utility to enable horizontal scrolling on touch devices.

Use a touchscreen device to interact with the following demo.

Vertical

Use the k-touch-action-pan-y utility to enable vertical scrolling on touch devices.

Use a touchscreen device to interact with the following demo.

Automatic

Use the k-touch-action-auto utility to let the element determine the touch behavior.

Use a touchscreen device to interact with the following demo.

No Action

Use the k-touch-action-none utility to disable all touch actions on an element.

Use a touchscreen device to interact with the following demo.