Anjum
Anjum

Reputation: 681

DevExpress ASPxComboBox not working in IE11

I am using DevExpress ASPxComboBox in my project. I Internet explorer 11, ASPxComboBox doens't show any options/list but when i add compatibility view to my page, it works fine.

I think this is because of IE version, I am using devExpress version 7.

Any help would be highly appreciated !!

Thanks..

Upvotes: 0

Views: 1046

Answers (1)

DmitryG
DmitryG

Reputation: 17848

As far as i know the DevExpress v7.x.x does not support IE11 (and it is quite strange to expect that components developed more than 7 years ago (2007) would correctly support all the latest browsers).
This browser is supported starting from the 12.2.5 and 13.1.8 versions. Please refer to DevExpress ASP.NET components - Browser versions support history for more information.
For now I suggest that update your components to resolve this issue.

Related issue: ASPxComboBox' dropdown is not shown if it is placed in the ASPxPopupControl and the site is running in IE10/IE11 with CompatibilityMode set to IE7

Upvotes: 1

Related Questions