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

maintain toggled state

1 Answer 45 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 01 Jul 2012, 05:31 PM
Hi

How to always have one button toggled in a toggle buttons groupof RadToolBar??

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 04 Jul 2012, 10:34 AM
Hi Sigma,

You can easily achieve that by using the OuterCssClass property of the RadToolBarButton in the following way:
....
 <telerik:RadToolBarButton Text="button1" OuterCssClass="rtbChecked">
            </telerik:RadToolBarButton>
...

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolBar
Asked by
Sigma
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or