RadioButton, Binding, Converters
问题 I am working on Visual Studio 2008, and I have a problem with radiobuttons. I have 3 radioButton : <Window.Resources> // [...] <DataTemplate x:Key="gridViewReadyTemplate"> <StackPanel> <RadioButton GroupName="{Binding IdCommand}" IsChecked="{Binding CommandState, Mode=TwoWay, Converter={StaticResource enumBooleanConverter}, ConverterParameter=ready}" /> </StackPanel> </DataTemplate> <DataTemplate x:Key="gridViewReportedTemplate"> <StackPanel> <RadioButton GroupName="{Binding IdCommand}"