Hi all.

How do I get the value of checkboxcell in DataGridView control?

the value,TrueValue,FalseValue always return as null...
in the column I set the TrueValue to "true" and the FalseValue to "false"
this is the first time i'm trying to access this control so I must doing something wrong here.