having problems with DataGridBoolColumn

adshocker

Well-known member
Joined
Jun 30, 2007
Messages
180
Programming Experience
Beginner
hi all,

first of all i would like to say that the database i'm using does not support boolean data type so i'm using number instead and if i'm not mistaken, 0 is same with False and 1 is same with True.

i added a datagridboolcolumn to my datagrid and it displays the checkboxes just fine. the problem i'm having is the data that this column is supposed to get. what the column does is it displays the checkbox and set it to the 3rd state or something. its checked but kinda grayed out but not disabled coz i can still change the state by clicking it. although, when i leave the cell, it goes back to being checked and a bit grayed out.

can anyone show me how i can make this work?

thanks...
 
Back
Top