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

RadMenu RTL Direction Not Working When Width is 100%

1 Answer 61 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Web team
Top achievements
Rank 1
Web team asked on 07 May 2010, 10:19 AM
.mainmenu 
    width:100%; 
    padding:0; 
    margin:0; 


<div class="mainmenu"
             <telerik:RadMenu ID="rmMain" style="z-index:2500" runat="server" EnableRoundedCorners="true" EnableShadows="true" Width="100%" Skin="Web20"
                <Items> 
                    <telerik:RadMenuItem Text="Quote" AccessKey="Q" > 
                        <Items> 
                            <telerik:RadMenuItem Text="View Quotes" AccessKey="v" />  
                            <telerik:RadMenuItem Text="Create a Quote" AccessKey="c" /> 
                        </Items> 
                    </telerik:RadMenuItem> 
                    <telerik:RadMenuItem Text="Administration" AccessKey="a"
                        <Items> 
                            <telerik:RadMenuItem Text="Maintenance" AccessKey="m" />  
                        </Items> 
                    </telerik:RadMenuItem> 
                    <telerik:RadMenuItem Text="PLCM" AccessKey="p"
                        <Items> 
                            <telerik:RadMenuItem Text="Maintenance" AccessKey="i" />  
                        </Items> 
                    </telerik:RadMenuItem> 
                </Items> 
             </telerik:RadMenu> 
        </div> 




I tried placing the css atrribute dir/direction to rtl for both the div container and the radmenu itself but still does not work.


1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 07 May 2010, 01:36 PM
Hi Arnold,

We had such issue in one of previous versions of RadControls, it is fixed in the latest release 2010.1.415.   Please add the following css style and let us know how it goes:

.RadMenu ul.rmRootGroup {
  float:none !important;
}


All the best,
Yana
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Web team
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or