I have a groupbox with some radiobuttons. How do I get to know which one which is checked? I am using WPF and following MVVM.
I got same problem and i solved by removing "GroupName" Property from Radiobutton.
Please remove "GroupName" Property from all radio buttons. and check