2

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.

kalel16
  • 59
  • 2

3 Answers3

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.

Kendo Link

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