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

Rounded corners

1 Answer 60 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Darren
Top achievements
Rank 1
Darren asked on 07 Nov 2014, 06:24 PM
Hi, Is there a way to get rounded corners on the top level menu items (menu bar itself)? I had it set for rounded corners but only the child menu items have rounded corners for all of the skins that I try. Thanks.

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 10 Nov 2014, 08:23 AM
Hello Darren,

We recommend you to use RadMenu in lightweight render mode as this mode is easier for customizing the layout. To achieve the rounded corners of root items, please apply the following:

aspx
<telerik:RadMenu runat="server" RenderMode="Lightweight">

CSS
.rmRootGroup {
    border-radius: 5px;
}

Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Menu
Asked by
Darren
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or