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

RadToolBarDropDown only one Button checked?

1 Answer 37 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
LQKerry
Top achievements
Rank 1
LQKerry asked on 13 Sep 2013, 04:13 PM
I have a scenario where I would like multiple Buttons on a RadToolBarDropDown to be checked, but in my code, each time a have one item where the checked property is true and then set the checked property of a second button to true, the checked property of the first button is now false.

Can only one Button on a RadToolBarDropDown be checked at one time? If multiples can be checked at one time, can you please provide an example as I seem to be missing something. Thanks!

Kerry

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 18 Sep 2013, 08:51 AM
Hello Kerry,

For this purpose you can use the RadToolBarButton and set the CheckOnClick="true" of the button. Thus, you can check as many buttons as needed. Please take a look at our on-line demo for more information and an example - RadToolBar - Telerik's ASP.NET ToolBar.

Regards,
Kate
Telerik
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 the blog feed now.
Tags
ToolBar
Asked by
LQKerry
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or