Completed
Last Updated: 30 Apr 2020 09:21 by ADMIN
Andy Green
Created on: 26 Apr 2017 13:21
Category: Button
Type: Feature Request
0
RadRadioButtonList
Add custom Attribute to the RadRadioButtonList control.

By the way its not available as a control in the drop down.

Andy
1 comment
ADMIN
Rumen
Posted on: 30 Apr 2020 09:21

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.