Click to See Complete Forum and Search --> : Checkbox in my DataGridView


laxatcg1
December 11th, 2006, 05:57 PM
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?

HanneSThEGreaT
December 13th, 2006, 01:00 AM
Did you set the particular Columns' ColumnType to DataGridViewCheckBoxColumn ¿

aniskhan
December 13th, 2006, 01:18 PM
setting the datasource of dgv to the datatable(also having a bit column) from database ,automatically add a checkboxcolumn to the dgv.