Kendo UI Menu doesn't work in IE on Tablets running Windows 8 (IE 10 & IE 11). The menu drop down doesn't work. The menu works in Google chrome on the same Windows tablet.
Asked
Active
Viewed 1,638 times
2
-
if you hit F12 in chrome, to show dev tools, do you got some error (red notitication) in bottom right corner? – Lasse Edsvik Aug 09 '13 at 22:45
3 Answers
0
It would be easier if you posted a code example.
By far the most common problem I have with things not working on IE is with trailing commas in arrays. For example:
menuItems=[12,33,44,2,7,];
Runs just fine in chrome but IE breaks.

Ogre Codes
- 18,693
- 1
- 17
- 24
0
Upgrade to a newer version of Kendo. They fixed this in their Q2 2013 release 2013.2.918.

warborn85
- 33
- 4
0
The latest version from KendoUIWeb (2013.3.1119) does now also solve this issue.

Stef Heyenrath
- 9,335
- 12
- 66
- 121