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
195
UltraDateTimeEditor Value Changed Event Firing
posted

When typing in a date in the UltraDateTimeEditor the value changed event is firing as soon as you type in the first digit of the year.  This causes the date to be set in the control. I tested against Net Advantage 2009.1 and also the Service Release 2039. 

To test create a winform drag a date time editor onto the form subscribe to the value changed event and put a break point on the event.  Run app and type in a date.  As soon as you type the first digit for the year part the event fires and sets the date.

This is only a problem if you subscribe to the value changed event.