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
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!