CB
Clay Burch
Syncfusion Team
August 22, 2002 09:38 PM UTC
You also need to set a style member called CheckBoxOptions so it matches the values that your database is sending over as true and false. You said that if you change the CellType to TextBox, you see the text True. So, it sounds like True is your true value and probably False is your false value.
So, under the StyleInfo property for you checkbox boundcolumn, find the CheckBoxOptions and change the default 1 and 0 to True and False to see if that takes care of this problem. (If just True by itself does not work properly, you might also try "True" with quotes to see if that is what is being passed in).