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

Radmenu Mobile Render Expand Direction Up

1 Answer 104 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 29 Oct 2016, 01:03 AM

Using the following in Footer, but the menu expands down not up:

<telerik:RadMenu runat="server" ID="FooterNavMobile" RenderMode="Mobile" Skin="BlackMetroTouch" DefaultGroupSettings-ExpandDirection="Up">
                        <Items>
                         <telerik:RadMenuItem Text="advertise" NavigateUrl="advertise" Value="advertise" />
                                <telerik:RadMenuItem Text="contact us" NavigateUrl="help/contactus" Value="contactus"/>
                                <telerik:RadMenuItem Text="feedback" NavigateUrl="help/feedback" Value="feedback"/>
                                <telerik:RadMenuItem Text="help" NavigateUrl="help/contactus" Value="help" />
                            <telerik:RadMenuItem Text="terms & conditions" NavigateUrl="help/termsandconditions" Value="conditions" />
                             <telerik:RadMenuItem Text="privacy policy" NavigateUrl="help/privacypolicy" Value="privacypolicy" />
                             <telerik:RadMenuItem Text="disclaimer" NavigateUrl="help/disclaimer" Value="disclaimer" />
                        </Items>
            </telerik:RadMenu>

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 02 Nov 2016, 03:50 PM
Hello Glenn,

Generally, such Menus in mobile scenarios should be on the top of the page and should expand downwards. That is why by design the Menu with RenderMode="Mobile" expands always downwards.

Nevertheless, we have submitted a feature request in the Telerik Ajax Feedback and Ideas portal where you can comment on the scope of the feature, how it should be controlled, example business cases, everything you find relevant. This will let the community evaluate, comment and vote on the idea.

Regards,
Peter Milchev
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Menu
Asked by
Glenn
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or