hi guru's Im trying to format datagridview column to a checkbox as its column is assigned to msaccess YES/NO data type.
vb1 Code:
DataGridView.Columns(2).DefaultCellStyle.Format = "Bit"
AND
vb2 Code:
DataGridView.Columns(2).DefaultCellStyle.Format = "Boolean"
is there anyway to do this. thanks.




Reply With Quote
