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

RadMenu skin not working on IE 11.0

1 Answer 84 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Punit
Top achievements
Rank 1
Punit asked on 29 Feb 2016, 01:26 PM

I am using a skin of "Office2010Black" and it is not working properly on Internet Explorer 11.0 while it is working fine on Mozilla Firefox. The code is mentioned below:

<telerik:RadMenu RenderMode="Lightweight" ID="RadMenu2" runat="server" Flow="Horizontal"
                ShowToggleHandle="true" Skin="Office2010Black" Width="70%">

                <Items>
                    <telerik:RadMenuItem Text="Dummy" NavigateUrl="123.aspx" />
                    <telerik:RadMenuItem Text="LinkText">
                        <GroupSettings Width="200px" />
                        <Items>
                            <telerik:RadMenuItem Text="DummyText1" EnableImageSprite="true" NavigateUrl="abc.aspx">
                            </telerik:RadMenuItem>
                            <telerik:RadMenuItem Text="DummyText2" EnableImageSprite="true" NavigateUrl="abc1.aspx">
                            </telerik:RadMenuItem>
                        </Items>
                    </telerik:RadMenuItem>                   
                </Items>

</telerik:RadMenu>

 

Please help.

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 02 Mar 2016, 02:01 PM
Hello Punit,

I tested your markup and didn't notice any difference in how the Menu looks in IE11, Chrome or Firefox. Here's a screenshot, showing how it looks like in IE11. Is the problem reproducible in our live demos? Could you take a screenshot of the improper appearance and link it?

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
Menu
Asked by
Punit
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or