Hello,
How can I get the value of a group of RadioButtons ?
How can I set the default value of each group ?
The following code for example contains 2 groups:
<StackPanel>
<telerik:RadRadioButton Content="Item 1.1" />
<telerik:RadRadioButton Content="Item 1.2" />
</StackPanel>
<StackPanel>
<telerik:RadRadioButton Content="Item 2.1" />
<telerik:RadRadioButton Content="Item 2.2" />
</StackPanel>
Thank you,
Z.V