6
Answers

DataGridViewCheckBoxColumn, allow only one check in entire column

Kiran Karale

Kiran Karale

13y
14.1k
1
Hi,

I have a DataGridViewCheckBoxColumn and I am trying not to allow more than one checked boxes in the column. So after one is checked, when user tries to check another one, i want to prevent that and not have more than one checked box in entire column.

Please help.
Answers (6)