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

telerik euivalent of asp checkbox list

1 Answer 175 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Harika
Top achievements
Rank 1
Harika asked on 08 May 2012, 03:32 PM
Hello Team,

i would like to use all telerik controls in my page to have the same look and feel.
Can u please suggest which control i can use to have the functionality of Asp.Net CheckboxList

Thanks in advance,
Hari

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 11 May 2012, 07:43 AM
Hi,

The RadButton can be configured as a check box by setting the ToggleType property to CheckBox and the ButtonType property to ToggleButton as show in the following example:
<telerik:RadButton runat="server" ID="Option1" ButtonType="ToggleButton" ToggleType="CheckBox"
    Text="Option 1">
</telerik:RadButton>
<br />
<telerik:RadButton runat="server" ID="Option2" ButtonType="ToggleButton" ToggleType="CheckBox"
    Text="Option 2">
</telerik:RadButton>

You can further enhance the check boxes by customizing the states of every RadButton control. This is implemented in the online demo Button / Radios and Checkboxes.

Regards,
Slav
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
Ajax
Asked by
Harika
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or