show/hide this revision's text 5 edited tags
show/hide this revision's text 4 edited title

Anyway Is there a way to group RadioButtons generated from the ItemTemplate of an ItemsControl

show/hide this revision's text 3 added 41 characters in body

 <DataTemplate x:Key="Genre_DataTemplate">
        <RadioButton GroupName="One" Content="{Binding...
 </DataTemplate>

Above code is the ItemTemplate of my ItemsControl, I want all the Radiobuttons instantiated should behave as if it is in a group, I know the reason because the generated RadioButtons are not adjacent in the visualtree.

Any solution or workaround to group them together?. GroupName property also doesn't have any effect here.

[Update] I am trying this in Silverlight

show/hide this revision's text 2 edited tags
show/hide this revision's text 1