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
165
Blank date
posted

I would like to use UltraDateTime control and would like the user to be able to leave date "empty" (unspecified or unknown).  Setting Nullable to true and then setting Value to Nothing (in VB.NET) when a user deletes the content of the control, does not work.  It seems to freeze the whole form until the user specified the date.

 Any help would be appreciated.

 

Thank you,

Parents
  • 37774
    posted

    What do you mean by "freeze the whole form"?  Do you mean that you can't exit edit mode on the editor?  I just tried this on a new form and deleted the text portion of the UltraDateTimeEditor, then put focus on a new control and everything worked fine for me.  I was also able to null out the value in code during a button click.  You should probably ensure that you have the latest hotfix installed.  If you do have it installed, can you post the code that you're using?

    -Matt

Reply Children