How to radio button column in datagridview?

rajesh.forum

Well-known member
Joined
Sep 7, 2007
Messages
55
Programming Experience
Beginner
hi all
Is it possible to add radiobutton column in a datagridview.
There s no radiobutton column for datagridview.

with regards
rajesh
 
Is it the rows you want to select between? Or were you looking to use an option list for one of the columns of each row? For the first a CheckboxColumn (uncheck others when one is checked), for the latter a ComboboxColumn.
 
hi John!!
Thanks for ur idea....i used checkbox with radio button functionality ..But the problem is im getting a checkbox in last column of the datagridview i.e in the footer row of the datagridview.
 
Back
Top