Home › Forums › WinForms controls › Xceed Grid for WinForms › problem with GridCheckBox › Reply To: problem with GridCheckBox
The initial value of a cell is usually <b>null</b>, which means <i>empty</i> or <i>has no value</i>. As long as no value is assigned to the cell (or the field in the underlying DataTable/DataView) the value will stay null (or <b>DBNull.Value</b>).
Imported from legacy forums. Posted by Tommy (had 226 views)