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

How to hide separator in horizontal menu

3 Answers 140 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!

3 Answers, 1 is accepted

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

As I can see from the screenshot provided, you use the default RadMenu skin.
The separator that you want to hide is a part of the background image applied by this skin.   
Could you please try setting the EnableEmbeddedSkins property of the RadMenu to "false"?  
I hope this helps.

All the best,
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
0
Dave Ranck
Top achievements
Rank 1
answered on 25 Aug 2010, 04:02 PM
Thanks!
0
msigman
Top achievements
Rank 2
answered on 13 Sep 2010, 06:40 PM
Another option is to use the approach mentioned in this blog: http://www.matthewsigman.com/?p=77
Tags
Menu
Asked by
Dave Ranck
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Dave Ranck
Top achievements
Rank 1
msigman
Top achievements
Rank 2
Share this question
or