Hi guys,
I want to do like this, for example, first time, I input "31/05/2008" in the ultraDateTimeEditor, it's valid, sencond time input "31/06/2008", it's invalid, but the ultraDateTimeEditor control will auto replace the value by "31/05/2008", whether I can prevent it? Because I want to do the validation by myself
Regards
Wei Wei
Have you tried handling the Validating event of the control?
Yes, tried,still handle the case.