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

[Solved] controlling the flow of a rad menu

1 Answer 100 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andrea Reno
Top achievements
Rank 1
Andrea Reno asked on 12 Nov 2009, 03:37 PM
I am trying to format a rad menu to have the same style as the menu on this page: http://www.missionfoodsfsc.com/Products/Default.aspx.

I have set the flow to horizontal like it says to on the telerik.com support page for rad menu but I'm not having any luck.  This is what I have in my code so far: 
<dnn:RadMenu runat="server" ID="dnnRADMENU" GroupExpandDirection="Down" Flow="Horizontal" CssClass="header-wrap-content-radmenu-wrap-content"
                  ExpandAnimationType="OutExpo" Height="63" ExpandAnimationDuration="500" CollapseAnimationType="inexpo"
                    CollapseAnimationDuration="300" ShowPath="true" SelectedPathHeaderItemCss="focusedItem"
                    EnableEmbeddedSkins="false" />

What am I doing wrong?

Thanks in advance for any help!
Andrea

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 13 Nov 2009, 02:52 PM
Hello Andrea,

I think you'd better use RadTabStrip in this case. Please take a look at our TabStrip / Tabs Preview example for details on the matter.

Sincerely yours,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Andrea Reno
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or