Hi guys,
I'm developing a control that has a lot of numeric and text "inputs" to update other controls.
I need to update just when the value changes "completely", because my other controls will call the service if the event of update be fired.
So, what I want is just fire the notify of value when user stops to click on the control.
I did something like this on RadSlider using IsDeferredDraggingEnabled='True'
Any thoughts to how implement this on RadNumericUpDown?