I have an Infragistics WinGrid (UltraGrid, UltraWinGrid, whatever...) with an unbound column. It has Style = Checkbox
and DataType = System.Boolean
. I have set DefaultCellValue
to true
, but every new row appears with cell.Value == False
in that column. How can I get the default value to work? Thanks!
If all else fails I would suggest you revert to setting the value manually on the InitializeRow
event.