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:
Thanks in advance!
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!