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

How to hide separator in horizontal menu

1 Answer 49 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Dave Ranck
Top achievements
Rank 1
Dave Ranck asked on 24 Aug 2010, 04:44 PM
Hello,

I have tried and searched everything in order to figure out how to hide pre-populated separator in my horizontal grid (which is loaded via XML).  I attached the picture.  Please don't mind the style, I know it's ugly, but it's what the client wants :)

Menu XML:

<Menu CssClass="RadMenu_Menu">
    <Group Flow="Horizontal">
        <Item
          Text="New"
          ImageURL="~/PresentationLayer/Images/Menu/Default/new.gif" />
        <Item
          Text="Delete Budget Split"
          ImageURL="~/PresentationLayer/Images/Menu/Default/delete.gif" />
        <Item
          Text="More Options"
          ImageURL="~/PresentationLayer/Images/Menu/Default/moreDown.gif" >
            <Group Flow="Vertical">
                <Item
                  Text="Edit"
                  ImageURL="~/PresentationLayer/Images/Menu/Default/edit.gif" />
                <Item
                  Text="Refresh List"
                  ImageURL="~/PresentationLayer/Images/Menu/Default/redo.gif" />
            </Group>
        </Item>
    </Group>
</Menu>


Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Accepted
Kalina
Telerik team
answered on 25 Aug 2010, 09:41 AM
Hello Mike Brady,

Could you please follow this forum thread? Your question has been already answered there.

Greetings,
Kalina
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
Dave Ranck
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or