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

Multi column menu RTL

1 Answer 41 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Benyamin Yabets
Top achievements
Rank 1
Benyamin Yabets asked on 03 Feb 2010, 05:16 PM
Does Multi column menu have RTL support ?

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 04 Feb 2010, 02:49 PM
Hi Benyamin Yabets,

Thanks for the question.

The answer is - yes. Multi-column menu have RTL support. All you have to do to have it is using the dir = "rtf" property:

<telerik:RadMenu ID="RadMenu1" runat="server" dir="rtl">
            <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>

You can see the full example in the attached .zip file.


Greetings,
Veronica Milcheva
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Menu
Asked by
Benyamin Yabets
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or