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

Radmenu dropdown width

4 Answers 168 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Richard M
Top achievements
Rank 1
Richard M asked on 29 Apr 2011, 04:11 PM
The text of some of my menu items runs too long for the dropdown of the RadMenu.  I tried changing the width of RadMenuItem, but it is not what I want.  I have included a picture of the current menu and what I am trying to achieve.

<telerik:RadMenu ID="menu_ProductType" runat="server" Flow="Horizontal" style="z-index: 1" ClickToOpen="true"
onitemclick="menu_ProductType_ItemClick" ExpandDelay="250" AutoScrollMinimumHeight="200" >   
<Items>
<telerik:RadMenuItem Text="Select a product" PostBack="false" >  
<GroupSettings Height="200px" Width="250px" /> 
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>

4 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 04 May 2011, 05:22 PM
Hello Richard M,

Since it is not clear what is causing this behaviour can you please open a support ticket and send us a running project with all the styles applied to the menu so we can inspect the issue and help you out with a solution?

Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Ivan Moura
Top achievements
Rank 1
answered on 06 May 2011, 10:07 PM
Richard I have the same problem. Did you fix the issue? If so how did you fix it?
Thanks.
0
Richard M
Top achievements
Rank 1
answered on 09 May 2011, 11:00 PM
Ivan,
I have not opened the support ticket yet unfortunately.
0
Jayesh Goyani
Top achievements
Rank 2
answered on 18 May 2011, 01:10 PM
Hi,

plz set style
<style type="text/css">
    .RadMenu .rmExpandRight
    {
        width:400px !important;
    }
</style>


Thanks,
Jayesh Goyani
Tags
Menu
Asked by
Richard M
Top achievements
Rank 1
Answers by
Kate
Telerik team
Ivan Moura
Top achievements
Rank 1
Richard M
Top achievements
Rank 1
Jayesh Goyani
Top achievements
Rank 2
Share this question
or