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

Radmenu IE7 RTL Problem

1 Answer 65 Views
Menu
This is a migrated thread and some comments may be shown as answers.
rajeev khan
Top achievements
Rank 1
rajeev khan asked on 17 Mar 2010, 03:10 PM
hi,

Radmenu with repeatcolumns=2 and rtl enabled does not show the items correctly in ie 7. but works well in ie8 and mozilla.
every time mouse over on the top level item, could see browser is having horizontal scrolbar, Items are moving to the right end of the browser.

have used this below lines, using RadMenu Q3 2008 Black Skin


<telerik:RadMenu ID="RadMenu1" runat="server" dir="rtl" Skin="Black">
            <Items>
                <telerik:RadMenuItem Text="Menu 1">
                    <Groupsettings RepeatColumns="2" repeatdirection="Vertical" />
                    <Items>
                        <telerik:RadMenuItem Text="Menu1.1">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu1.2">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu1.3">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu1.4">
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Menu 2">
                    <GroupSettings RepeatColumns="2" RepeatDirection="Horizontal" />
                    <Items>
                        <telerik:RadMenuItem Text="Menu2.1">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu2.2">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu2.3">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem Text="Menu2.4">
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenuItem>
            </Items>
</telerik:RadMenu>

Suggestions plz.......

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 22 Mar 2010, 03:06 PM
Hello Rajeev Khan,

Thanks to your input this issue is now fixed and the fix will be available with the next service pack. I've updated your Telerik points for the report.

As a workaround, add these rules to your page:
div.RadMenu_rtl .rmMultiColumn .rmGroupColumn { float: right; }
*+html div.RadMenu_rtl .rmMultiColumn .rmItem { float: left; }
* html div.RadMenu_rtl .rmMultiColumn .rmItem { float: left; }


Unfortunately you may still experience problems with Multi-column menu and that particular skin since the old Q3 2008 skins do not support Multi-column menu.

All the best,
Kamen Bundev
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
rajeev khan
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or