6
Answers

DataGridViewCheckBoxColumn, allow only one check in entire column

Photo of Kiran Karale

Kiran Karale

14y
16.5k
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)