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

How to show menu align on left side when it drops down

1 Answer 133 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Log
Top achievements
Rank 1
Log asked on 21 Jun 2013, 03:03 AM
by default it always goes to the right side.

same problem as here
https://forums.digitalpoint.com/threads/how-to-show-drop-down-menu-expanding-on-left-side.2037316/

solution is basically to add this style to telerik menu:
  • ul.alignleft {
  •             left:-100px;
            }


    but how the * do I do this? I tried for hours

    1 Answer, 1 is accepted

    Sort by
    0
    Shinu
    Top achievements
    Rank 2
    answered on 21 Jun 2013, 05:25 AM
    Hi,

    Try to set DefaultGroupSettings-OffsetX property of RadMenu.

    <telerik:RadMenu ID="menu1" runat="server" ClickToOpen="true" DefaultGroupSettings-OffsetX="-100">
    </telerik:RadMenu>


    Thanks,
    Shinu.
    Tags
    Menu
    Asked by
    Log
    Top achievements
    Rank 1
    Answers by
    Shinu
    Top achievements
    Rank 2
    Share this question
    or