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

RadMenu Q3 2007, disabled item styling issue

1 Answer 44 Views
Menu
This is a migrated thread and some comments may be shown as answers.
PPSDevs
Top achievements
Rank 1
PPSDevs asked on 21 May 2010, 04:26 PM
There is one project which is still using RadMenu (Q3 2007 version)  to display the ContextMenu on a grid. One of the items in the context menu is disabled and I want to change its style because the default display is to show the text greyed out.

I want to show the disabled RadMenuItem in the context menu with text color "BLUE" in ITALICS with BOLD and LARGER font. Can I do this and how? I would appreciate any help on this ASAP.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Chip
Top achievements
Rank 1
answered on 27 May 2010, 10:01 AM
I think RadMenu sets a CSS class on disabled items - see here. So you should be able to use some CSS styling to achieve this. Something like this:

.RadMenu_MySkin .disabled
{
color:blue !important;
}
Tags
Menu
Asked by
PPSDevs
Top achievements
Rank 1
Answers by
Chip
Top achievements
Rank 1
Share this question
or