No checkbox in DGV
|
I,m having an unbound DGV with several checkboxcolums defined as
Code:
Dim Col1 As New DataGridViewCheckBoxColumn(False)
If I put boolean data to i.e. rows(1).cells(1) it giving me true or false instead of a graphical checkbox.
Google isn't my friend on this subject :-(
|
__________________
-----------------------------------------------------
If debugging is the art of removing bugs, then
programming must be the art of inserting them.
----------------------------------------------------- I do comply with Flyguy's signature
|