Posted 7 August 2017, 3:42 pm EST
I have a group of 5 radio buttons in each cell of a column within a datagrid as shown below. When a button is checked it toggles one of five boolean values in my class to true. That part works fine. I also need to generate a event when any of the 5 radio buttons is changed. Since the radio buttons are embeded in the DataTemplate I can seem to access any of the radio button events. Can someone tell me how to do this, assuming it is possible.
Thanks
Brian