New to Kendo UI for Angular? Start a free 30-day trial

Dragging of ScrollView Image Items Is Not Working in Internet Explorer 10

Environment

ProductProgress® Kendo UI® for Angular ScrollView

Description

The dragging of the image items in the Kendo UI for Angular ScrollView is not working in Internet Exploerer 10.

Cause

Due to specific browser behavior, Internet Explorer 10 does not support the dragging of items which contain images.

Solution

Set the draggable attribute of the image to false.

<img draggable="false" src='{{item.url}}' alt='{{item.name}}'/>

Kendo UI for Angular no longer provides support for Internet Explorer since the end of 2022.

In this article

Not finding the help you need?