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

RadToolBarButton Bold Clientside

1 Answer 48 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 22 Feb 2010, 12:34 AM
Hi,

I'm trying to make a radtoolbarbutton's text bold in a dropdown when its clicked or checked. I've tried using checkcssclass but haven't been able to get it to work. I'm wondering what the code would be to do this client side.

Regards,

Peter

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 23 Feb 2010, 03:21 PM
Hi Peter,

This can be achieved with css like this:

.rtbChecked .rtbText {
 font-weight:bold !important;
}

Greetings,
Yana
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
ToolBar
Asked by
Peter
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or