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
130
UltradatetimeEditor & databinding onpropertychanged -> NOK?
posted

Hi,

I'm having an issue with the UltraDateTimeEditor and can't seem to figure out a proper workaround. Demoproject attached, vs2012 infragistics 2015.1.

My UltraDateTimeEditor value is bound to my object, and the binding is set as "onpropertychanged". 

When the users changes the data using the control, i'd like to catch this event to do some validation on my object, depending on the new value. However, when valuechanged fires, the control.value has contains new value entered by the user, but my object doesn't. The new value seems to only get propagated once the datetimepicker loses focus. 

I'm having a similar issue with the ultracombo valuechanged event (not in the demo project).

Am I missing something? What event fires after the data has been comitted to my object?

UltraDateTimeEditorBinding.zip