When does a binding update its data source

  • Thread starter Thread starter alton.goerby
  • Start date Start date
A

alton.goerby

Hello,

im using a data bound numeric up down control, the
problem is the binding updates the data source only if
the numeric up down control looses focus, but i want it
the binding to update the data source each time i change
the value in the numeric up down control, any ideas?

Greetings,

Alton Goerby
 
Hi,

You might call BindingManagerBase.EndCurrentEdit method wheh you want data
updated.
 
Back
Top