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

RadRadioButton with traditional radio button look

3 Answers 904 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 22 Jul 2010, 07:12 AM
The visual for the RadRadioButton shows up as a toggle button with the toggle state based on whether it is checked. Is it possible to show the radio button as a traditional radio button instead? I'd like to do this because the traditional button conveys that the selection is exclusive whereas the current visual does not.

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 23 Jul 2010, 12:26 PM
Hi William,

If you want an ordinary radio button you can use the MS RadioButton control with our styles, you can set a theme to our controls in this way:

<RadioButton Content="Radiobutton" telerik:StyleManager.Theme="Office_Black" />

If you have further questions please do not hesitate to ask us.
I hope this will help you.



Best wishes,
Dimitrina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Saqib
Top achievements
Rank 1
answered on 24 Feb 2011, 05:59 PM
Hi

Is there a way of linking a custom theme to the defauly radio button?

I read the thread above and I'm trying this

<RadioButton Content="Radiobutton" Height="15" telerik:StyleManager.Theme="ThemeContent" />

ThemeContent is the custom theme I've created.

Regards,
S.
0
Tina Stancheva
Telerik team
answered on 01 Mar 2011, 10:10 PM
Hello Saqib,

I am not sure how you create your custom theme, but in a common scenario you should be able to set it like so:
<RadioButton Content="RadioButton"
                Height="15"
                telerik:StyleManager.Theme="{StaticResource ThemeContent}" />
And you will have to add the ThemeContent to your user control resources. I hope that information helps.

Greetings,
Tina Stancheva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Buttons
Asked by
William
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Saqib
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or