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

Menu showing the last item only

2 Answers 77 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Bryan Smouse
Top achievements
Rank 1
Bryan Smouse asked on 09 Apr 2014, 02:34 PM
Hello,
I am having an issue with the RadMenu only showing the last item in the menu when I upgrade from version 2014.1.225 to version 2014.1.403.  In my example below there are 3 menu item which show when the menu is clicked using version 2014.1.225.  After updating to version 2014.1.403, only the last menu item is display when the menu is clicked (see attached screenshots).  Can you tell me why this happens in version 2014.1.403?


Here is the css of my divs:
#farright
{
    background: inherit;
    top: 0px;
    width: 200px;
    float:right;
    text-align:right;
    font-size: 10px;
}
 
#mysolutions
{
    position: absolute;
    background: inherit;
    top: 0px;
    right: 0px;
    width: 96px;
    float:right;
    text-align:right;
    font-size: 10px;
}


Here is the code to generate the menu: 
<div id="farright">
     <div id="mysolutions">
          <telerik:RadMenu ID="mnuProducts" runat="server" Skin="" DefaultGroupSettings-OffsetY="-1" ClickToOpen="true">
                            <Items>
                               <telerik:RadMenuItem ImageUrl = "~/Images/eProducts/solutions2.png" HoveredImageUrl = "~/Images/eProducts/solutions_hover2.png">
                                   <Items>
                                       <telerik:RadMenuItem NavigateUrl = "http:\\www.ecorpnet.com" Target="_blank" ImageUrl = "~/Images/eProducts/appealsmanager.png" HoveredImageUrl = "~/Images/eProducts/appealsmanager_hover.png"></telerik:RadMenuItem>
                                       <telerik:RadMenuItem NavigateUrl = "http:\\www.ecorpnet.com" Target="_blank" ImageUrl = "~/Images/eProducts/mvp.png" HoveredImageUrl = "~/Images/eProducts/mvp_hover.png"></telerik:RadMenuItem>
                                       <telerik:RadMenuItem NavigateUrl = "http:\\www.ecorpnet.com" Target="_blank" ImageUrl = "~/Images/eProducts/era.png" HoveredImageUrl = "~/Images/eProducts/era_hover.png"></telerik:RadMenuItem>
                                   </Items>
                               </telerik:RadMenuItem>
                            </Items>
                        </telerik:RadMenu>
                        <br />
                        <br />
                        <br />
                        <br />
                        <asp:HyperLink ID="lnkLogout" runat="server" NavigateUrl="~/Logout.aspx" CssClass="toplist">Sign out</asp:HyperLink>
                        <asp:Label ID="lblHelpSpace" runat="server" Text="|" Visible="false"></asp:Label>
                        <asp:HyperLink ID="lnkHelp" runat="server" CssClass="toplist" NavigateUrl="javascript:ShowRadWindow('SelectHelp.aspx','rwnPopup');"  Visible="false">Help</asp:HyperLink>
                    </div>
                </div>

2 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 10 Apr 2014, 08:32 AM
Hello Bryan,

I have run the code that you have provided, but the layout looks in a different way.
You may refer to this video as part of our local tests.

Also find attached our test page.
Could you please open a support ticket and send us a modified version of the attached file where the issue can be reproduced?

Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Bryan Smouse
Top achievements
Rank 1
answered on 11 Apr 2014, 03:26 PM
Thanks, I will open a support ticket shortly
Tags
Menu
Asked by
Bryan Smouse
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Bryan Smouse
Top achievements
Rank 1
Share this question
or