I have a bit field in my database. And in my DataGridView I have that as one of my column but the checkbox is not getting displayed. Why?
Printable View
I have a bit field in my database. And in my DataGridView I have that as one of my column but the checkbox is not getting displayed. Why?
Did you set the particular Columns' ColumnType to DataGridViewCheckBoxColumn ¿
setting the datasource of dgv to the datatable(also having a bit column) from database ,automatically add a checkboxcolumn to the dgv.