Hi,
I have a column in a WinGrid which has a DateTime? datatype. The grid generates an embedded WinDateTimeEditor and all is good.... except that if the user enters in a value and then ends the edit by clicking somewhere else, it doesn't seem to be possible to go back in and clear out the date selected. The cell does not let you leave.
We need this functionality as a null date is valid data (for our purposes).
Thanks,
Rob
Actually I figured it out as we were having the same problem for all our editble fields in the grid. Just need to set the Nullable property on the column = Nothing.