I am trying to fix an issue with the WinGrid. I have a grid which has a DateTimeEditor attached to a cell (not all cells in the column are a date). When I am in debug mode the cell updates perfectly, but when I change to Release mode the cell fails to update itself with the new value and stays blank.
Is their any way I can make sure that the value gets updated.
Thanks,
blair
Hi Blair,
How is the cell being updated? What exactly do you mean when you say it fails?
The Grid is using the UpdateMode.OnCellChange and I have overridden the OnCellChange method and placed Tracing code in there which runs under Debug mode but not when the code is in Release mode. As to the fails I mean that the cell is not updated with the value that was selected in the DateTimeEditor. It seems that the event handler is not connected under Release mode but is in Debug mode.