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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top