When I use a GridCheckBox as viewer and editor for a column, the checkbox in the InsertionRow always looks like checked. The grid is bound to a DataTable, and the default value for that boolean column is false. Even when I do something like:
insertionRow1.Cells[“upload”].Value = false; // upload is the boolean column
… the checkbox still won’t clear.
Is there a solution for this?
Imported from legacy forums. Posted by Tommy (had 2335 views)