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.