I have bound a data table to a DataGridView, this data table has a column called \"Status\" which is of type Boolean. I can set the value to
DataGridView
Boolean
if (Convert.ToBoolean(dgvScan.Rows[rowIndex].Cells["Status"].Value)) { //Do Something } else { // Do Something }