Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
WinDateTimeEditor embedded in WinGrid cannot set to null value
posted

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

 

  • 275
    Verified Answer
    Offline posted

    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.