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
230
Auto validate property of WinDateTimeEditor
posted

When we enter any invialid date, like '02/32/0000' or '00/20/0000' and tab-out from datetime editor;

it auto validates the datetime editor and clear the datetime editor.

Is there any way to false the auto validate property of datetime editor ?

 

Thanks

IH

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    I'm not sure what you mean. You can't leave the control with an invalid date in it.

    There's a property called InvalidTextBehavior which controls what happens when the text is invalid and the user tries to leave the control. Perhaps that will give you the behavior you want.

Children