This is a migrated thread and some comments may be shown as answers.

Radpanelitems not expanding after collapsing in IE11 with content mode as IE8

1 Answer 13 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Anil
Top achievements
Rank 1
Anil asked on 25 May 2015, 09:36 AM

HiI am currently running my application in IE11 and set the content mode to IE8

<add name="X-UA-Compatible" value="IE=8" />

So now in IE 11, expand functionality of radpanelitem is not displaying the expanded

itemitem.expand();

It is rendering it as  -Not Working

Refer notworking.jpg snapshot

But displaying correctly in below mentioned scenarios

Browser IE11 Content Mode:Edge

<add name="X-UA-Compatible" value="IE=Edge" /> 

 Refer working.jpg snapshot

Browser IE8 Content Mode:IE8

<add name="X-UA-Compatible" value="IE=8" />

Refer working.jpg snapshot

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 27 May 2015, 03:43 PM
Hello,

Could you please provide more details on your scenario and describe step-by-step the user actions that lead to the issue you have experienced?

I am attaching a sample project with the IE8 compatibility set in the web.config. At my side the PanelBarItems expand correctly in both IE8 and IE11. Please try to reproduce the problematic behavior in it and post your modifications so we can further investigate the issue.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
PanelBar
Asked by
Anil
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or