I'm binding the text property to a property on my viewModel. I dont want it updated with each keystroke, just when the user tabs/clicks out of the textbox.
Thanks,
Sam
<
igEditors:XamNumericEditor Grid.Column="3"
Text="{Binding SelectedMaxValue
,
Hello,
Try to set UpdateSourceTrigger=LostFocus.
Hope this helps,
Anastas
Anastas,
I had the same reqmt where the Binding Update should occur only during LostFocus.. But if I set the UpdateSourceTrigger=LostFocus I am getting an error saying "Requested Value "LostFocus" not found in the XAML editor. If I compile and run it I get an XAML Parse exception..