hi guys
we got a problem with the Drag'n'Drop / Move functionality of RadFileExplorer in IE9 if the document mode is set to something else than IE9 standards. I've tested it with IE8 and that seems to work...
the problem is just happening in IE9.
We try to use the RadFileExplorer on SharePoint 2010 and there is a meta tag in the masterpage that defines the document mode to IE8:
We cannot adjust this value to 9 or just remove it, because then the SharePoint 2010 has other problems.
You can reproduce this behaviour also on your FileExplorer demos with IE9.
http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/client-sideapi/clientsideevents/defaultcs.aspx
Set the Document Mode in the developer tools to 'Internet Explorer 8 or 7' and try to drag'n'drop / move a file into another folder in the tree and nothing happens. after that, client side functionalities like changing a folder aren't working also.
Could you please help me with this?
Thanks in advance!
Matthias
we got a problem with the Drag'n'Drop / Move functionality of RadFileExplorer in IE9 if the document mode is set to something else than IE9 standards. I've tested it with IE8 and that seems to work...
the problem is just happening in IE9.
We try to use the RadFileExplorer on SharePoint 2010 and there is a meta tag in the masterpage that defines the document mode to IE8:
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=8"
/>
You can reproduce this behaviour also on your FileExplorer demos with IE9.
http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/client-sideapi/clientsideevents/defaultcs.aspx
Set the Document Mode in the developer tools to 'Internet Explorer 8 or 7' and try to drag'n'drop / move a file into another folder in the tree and nothing happens. after that, client side functionalities like changing a folder aren't working also.
Could you please help me with this?
Thanks in advance!
Matthias