Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checkbox not appearing in Winform GridView

I am binding a datagridview to a list of objects. One of its columns is a checkbox which is supposed to represent a bool property, the rest are comboboxes and textboxes. Everything is fine, but the checkbox cell is appearing as blank !

Also, when I assign the columntype, each type appears twice in the list e.g. DataGridViewCheckBoxColumn DataGridViewCheckBoxColumn? why is that happening ?

like image 906
mustafabar Avatar asked Jul 05 '09 10:07

mustafabar


1 Answers

I just had to increase the row height from 17 to 18 !! Figured it out by chance

like image 167
mustafabar Avatar answered Sep 30 '22 17:09

mustafabar