Hi,
How to Build a Custom RadioButton Cell and Column for the DataGridView Control, with n number of Radiobuttons grouped in the same Cell in C#.Net, Framework 4.0
Please help me suggest how to execute it, I had tried with the painting option and was sucessfull only to paint a checkbox template column to radiobutton column, but could not get the multiple radiobuttons in single cell.
Thanks in Advance
Little
Loading
Sam HobbsPosted Apr 8, 2011, 3:58 PM
Have you looked in the articles in this web site? Look for a UserControl; I think you need a UserControl. If you cannot find a UserControl then you can write one.