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

RadioButton

2 Answers 93 Views
Button
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 02 Apr 2013, 01:53 AM
Hi,

No RadioButton control in RadControls Suite? I cant find a RadioButton property in ButtonType.

Thanks you,
Antony.

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 02 Apr 2013, 04:56 AM
Hi Antony,

Telerik RadControls for ASP.NET AJAX got its own RadioButton. You can set the ToggleType property of the RadButton to Radio to create a RadRadioButton. Please check the following mark-up.

ASPX:
<telerik:RadButton ID="btnToggle3" runat="server" Text="RadRadioButton" ToggleType="Radio"
    ButtonType="ToggleButton">
</telerik:RadButton>

Thanks,
Princy.
0
Accepted
Danail Vasilev
Telerik team
answered on 02 Apr 2013, 11:11 AM
Hi Antony,

You can also find useful the Button - Radios and Checkboxes online demo as well as the RadButton as a toggle button help article, that demonstrate how to configure the RadButton as a radio button.

Kind regards,
Danail Vasilev
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
Button
Asked by
Antony
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Danail Vasilev
Telerik team
Share this question
or