Add custom Attribute to the RadRadioButtonList control. By the way its not available as a control in the drop down. Andy
Hi Andy,
You can set the custom attribute as shown below
<telerik:RadRadioButtonList ID="RadRadioButtonList" customAttribute="customAttributeValue" runat="server">
<Items>
<telerik:ButtonListItem Text="1" />
<telerik:ButtonListItem Text="2" />
<telerik:ButtonListItem Text="3" />
<telerik:ButtonListItem Text="4" />
</Items>
</telerik:RadRadioButtonList>
and it will be applied to the control wrapper in the markup:
Regards,
Rumen
Progress Telerik