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

DisplayEnds property

2 Answers 49 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 05 Aug 2011, 09:30 PM
Any way to get this feature back?  Or an alternative way to hide the "end" graphics of the RadMenu?

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 11 Aug 2011, 05:19 AM
Hi Sam,

This feature is redundant since it can be achieved with css:
.rmRootGroup
        {
            border-right: none !important;
            border-left: none !important;
        }


Greetings, Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sam
Top achievements
Rank 1
answered on 11 Aug 2011, 02:46 PM
Exactly what I needed Peter, thank you!
Tags
Menu
Asked by
Sam
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sam
Top achievements
Rank 1
Share this question
or