This is a migrated thread and some comments may be shown as answers.

IE10 support for drag-and-drop?

2 Answers 77 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 12 Apr 2013, 01:58 PM
I'm not seeing functional support for IE10 drag-and-drop in 2013.1.  Specifically, the following test returns FALSE in IE10:

Telerik.Web.UI.RadAsyncUpload.Modules.FileApi.isAvailable()

Am I doing something wrong, or should I not expect this to work in IE10?

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Valyavicharski
Telerik team
answered on 17 Apr 2013, 08:14 AM
Hi David,

The Drag And Drop functionality is only supported in browsers that fully utilize the HTML5 File API and the Drag and Drop API. IE10 supports both. You can test this functionality here. Just make sure that the browser mode is IE10.

Regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
David
Top achievements
Rank 1
answered on 17 Apr 2013, 01:48 PM
Thank you for pointing me in the right direction.  Turns out our application internals were setting the following internally, and this was disabling drag-and-drop on IE10.

<meta http-equiv='X-UA-Compatible' content='IE=9' />
Tags
AsyncUpload
Asked by
David
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
David
Top achievements
Rank 1
Share this question
or