Hi,
Is it possible to bind a collection of RadRadioButton to a view model property? I'd like to avoid hard-coding the different options in the XAML.
I tried the following - it generates a button for each item, but the buttons are grayed out and cannot be selected:
Is there a better way?
Thanks for your help,
Richard