DataGridBoolColumn

Am I overlooking something here? All I want is a simple true/false checkbox in the grid, but I can't seem to find any properties to make this not be a tristate checkbox.

Thanks,

Scott

[188 byte] By [codefund.com] at [2007-12-16]
# 1
Set AllowNull = false on the DataGridBoolColumn.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2
Interesting enough, I couldn't get this to work until I upgraded to Visual Studio .Net 2003. My Dataset was being created from an XML schema, then further loaded with the ReadXml() method, which it didn't seem to matter what I did, it would allow nulls.

I guess the easiest solution is to update to 2003. ;)

Thanks!

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...