Akash

Akash

  • NA
  • 11
  • 0

How do I prevent multiple checked CheckBox Column in DataGrideView control?

Feb 7 2008 1:59 PM

Guys,

I have a DataGridView with checkbox column in a WINDOWS FORM.  I want user to CHECK only one row/checkbox.  Means if row 2 Checkbox is Checked and user clicks on row 5, I want row 2 Checkbox to Uncheck and row 5 Checkbox to Checked. 

I was able to do this task in CheckedListBox control but I am having a hard time in DataGridView checkbox column.  Please advice me.....thanks.

 


Answers (3)