Regarding property change in IntegerUp Down(Int32EditBox)

Editors for WPF Forum

Posted 11 years ago by maddy
Version: 12.2.0571
Avatar

Hi ActiPro Team,

 

Here I am facing a very generic problem with your Int32EditBx Control.

Whenever I change the value in Int32EditBox control using KEYBOARD, propertychange of INotifyPropertyChanged interface does not get fired.

e.g.  Initial Value -30 

Newly Entered Value-31 

 As Property Change does not get fired so it still shows value equal to 30.

As exactly after this I lost the focus from the control It reflects 31.

So please suggest any optimized solution for this or is there any kind of Text_Changed event similar to TextBox value change event.

Waiting for a positive response.

Thanks,

Maddy

Comments (1)

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Maddy,

The bindings on the value are set with an update trigger of LostFocus, like regular TextBox controls default to. Unfortunately changing that would require retemplating of the Int32EditBox.

That being said, certain actions also force a bindings update. Such as clicking one of the spinners or pressing Enter when the control has focus.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.