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

RadMenuItem Height Issue

1 Answer 216 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Venkata
Top achievements
Rank 1
Venkata asked on 18 May 2015, 07:54 PM

Hello,

If i set Height for RadMenuItem, as soon as i move my cursor to that item it shows selected item different. Please find attached screen shot for your reference. AND one more question how to i set Height for whole RadMainMenu insted of 100%?

 

<telerik:RadMenu ID="RadMainMenu" GroupSettings-Height="100px" runat="server" EnableRoundedCorners="true" EnableShadows="true"  Skin="WebBlue"  Flow="Vertical" Height="100%" Width="200px">    
  <Items>
    <telerik:RadMenuItem Text="My Profile" Value="mnuProfile" Font-Size="Large" Height="35px"></telerik:RadMenuItem>
    <telerik:RadMenuItem IsSeparator="true"></telerik:RadMenuItem
    <telerik:RadMenuItem Text="My Referrals" Value="mnuReferrals"  Font-Size="Large"></telerik:RadMenuItem>                           </Items>        
</telerik:RadMenu>

 

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 19 May 2015, 03:38 PM
Hello,

The RadMenu item default height is 25px. Some of our skins use sprite images and increasing the item height leads to incorrect appearance on hover.

Please, find linked the How to change height of RadMenu documentation article, which explains how to set the RadMenu height and edit the sprite images, in order to keep the appearance on hover consistent.

Regards,
Ivan Danchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Menu
Asked by
Venkata
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or