Hello,
I want to create a grid of radiobuttons that looks like the one in the image - Only one selection per row. The number of rows and columns are dynamic (DB driven)
I have tried using a DataGridView with DataGridViewRadioButtonColumn but have not been able to group the radiobuttons in each row. What's the best way to solve this issue.
This is a Winforms (desktop) application. I am using Framework 2.0, VS 2005 and C#.