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

child items displayed 'up' have no expand arrow

1 Answer 19 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Martin P
Top achievements
Rank 1
Martin P asked on 05 Jul 2010, 06:23 PM
Hi, I have a radmenu with 2 level child items, when <DefaultGroupSettings ExpandDirection="Down" /> I see the menu as attached menu-dwn1.jpg with expanders for the child items however, if <DefaultGroupSettings ExpandDirection="Up" /> I see the menu as per attached menu-up1.jpg where there are no child expander arrows so consequently selecting a child item covers the remaining children (as per attached menu-up2.jpg).

I would've expected the structure (with arrowed expanders) to be the same as up and down which your help example picture in "Controlling the Layout of Child Items"  ExpandDirection Up seems to suggest.

Could you please advise.

Cheers
Martin

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 08 Jul 2010, 12:51 PM
Hello Martin,

You are right, this is an issue with the skins. Please add the following css styles to fix it for now:

<style type="text/css">
   div.RadMenu_Hay .rmGroup .rmExpandTop {
        background-position:100%  -216px;
    }
    
    div.RadMenu_Hay .rmGroup a.rmLink:hover .rmExpandTop,
    div.RadMenu_Hay .rmGroup a.rmFocused .rmExpandTop,
    div.RadMenu_Hay .rmGroup a.rmSelected .rmExpandTop,
    div.RadMenu_Hay .rmGroup a.rmExpanded .rmExpandTop {
        background-position:100%  -240px;
    }
</style>

Thank you for reporting this problem, you can find your points updated.

All the best,
Yana
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
Martin P
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or