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..
Hi,
I wasn't able to reproduce such issue. Can you send me a small isolated project which reproduces the issue, so I can investigate it.
Regards,
The version is 12.1.20121.2101 and the target framework is 4. I was trying to use the Numeric editor.
thanks.
Which version of our product you are using(it seems like: 12.1.1010)? Which control you are trying to bind(xamMasked, Numeric, Currency editor..)? Also which is the target framework of your project - .Net Framework 3, 3.5, 4?
Waiting for your reply, so we can investigate the potential issue.