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:
  1. DataGridView.Columns(2).DefaultCellStyle.Format = "Bit"

AND

vb2 Code:
  1. DataGridView.Columns(2).DefaultCellStyle.Format = "Boolean"

is there anyway to do this. thanks.