Int32EditBox cannot apply UpdateSourceTrigger

Editors for WPF Forum

The latest build of this product (v25.1.0) was released 18 days ago, which was before this thread was created.
Posted 16 days ago by Chris
Version: 24.1.1
Avatar

<editors: Int32EditBox Value="{Binding MyValue, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />

When I enter a number in the Int32EditBox and specify PropertyChanged, it does not take effect. The value is updated to my viewModel only when I lose focus. It seems that it is fixed to lostfocus.

Is there any way to set updateSourceTrigger = PropertyChanged to take effect? ​​I hope it can be triggered in real time like Textbox Update

Comments (1)

Answer - Posted 15 days ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Chris,

Yes please see this topic as it points you to the CommitTriggers property, which is what you'd set to control updates to the Value property.


Actipro Software Support

Add Comment

Please log in to a validated account to post comments.