BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
private void Model_SaveCellInfo(object sender, GridSaveCellInfoEventArgs e) { if(e.Style.CellType == "CheckBox" && e.Style.CellValue != null && e.Style.Text.Length == 0) { e.Style.CellValue = DBNull.Value; } }