Declined
Last Updated: 01 Nov 2013 13:06 by Elena
Nelson
Created on: 05 Jun 2013 09:30
Category: Menu
Type: Bug Report
1
RADMenu not supported in IE 10, sub-menu not getting displayed automatically.
Telerik RadMenu seems not supported in IE 10, we have telerik dll version 2010.3.1317.20
We have submenus which are not getting open when hover over the menus. Even main menus not getting open automatically when hover, 
it needs to keep on moving the cursor on the menu, then only it gets open automatically. This issue occure only in IE 10. 
It works correctly on all the other versions of browser.
Here is a link to replicate the issue when open in IE 10
http://www.exair.com
On the top nav menu bar, go to "Buy Now" menu, it has other sun menus, which are not open at all.
Please let me know how do I resolve this issue.
Attached Files:
1 comment
Elena
Posted on: 19 Aug 2013 13:09
2010.3.1317.20 is a version of the Telerik controls that were created prior to the release of IE10.
To fix it you need to update to a newer version of the Telerik Controls.  

If this is not possible - add the following to the web config file: 
<httpProtocol>  
<customHeaders>    	
<add name="X-UA-Compatible" value="IE=9" />  
</customHeaders>
</httpProtocol>