This is a migrated thread and some comments may be shown as answers.

Saving while NumericUpDown has focus

1 Answer 47 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Mike Cochran
Top achievements
Rank 1
Mike Cochran asked on 10 Mar 2010, 10:43 PM
When I try to submit when NumericUpDown has been entered by typing the value with the keyboard, if the NumUpDown control still has focus, then the value does not save.  Is there a way to "save" the NumUpDown state in my save button function?

1 Answer, 1 is accepted

Sort by
0
Hristo Borisov
Telerik team
answered on 15 Mar 2010, 10:33 AM
Hi Mike Cochran,

Yes it is possible. You just have to set the UpdateSourceTrigger property to Explicit in your binding, and call the UpdateSource method of the BindingExpression whenever you want the binding to be set. Please take a look at the MSDN documentation concerning this here.

Thank you for contacting us, and we look forward to answering your questions again.

Regards,
Hristo Borisov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
NumericUpDown
Asked by
Mike Cochran
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Share this question
or