I have a NumericUpDown and a Button. The NumericUpDown is bounded to a DataTable column.

When the user insert the value manually (not using the up and down), and he then presses the button, the changes he made in the NumericUpDown are not applied to the DataSource.

I tried EndCurrentEdit and it didn't work.

Any suggestions?