CheckBox column in DataGridView
-
I use DataGridView with column type CheckBox. How to verify whether CheckBoxs in this column is checked
-
Get the CheckBox cell and inspect its checked property. A bit more explanation of your problem would help.
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
-
ivo75 wrote:
How to inspect
The checked property is a boolean. Put that in a if/else block and see if it is true or false. Not a VB guy hence cannot provide the code. Even if I was, I wouldn't have since I do not believe in spoon feeding at professional level (Hope you are a professional and not a student).
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD
-
ivo75 wrote:
How to inspect
The checked property is a boolean. Put that in a if/else block and see if it is true or false. Not a VB guy hence cannot provide the code. Even if I was, I wouldn't have since I do not believe in spoon feeding at professional level (Hope you are a professional and not a student).
It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD