Windows Forms: BindingSource - DataGridView - Multiple Changes

F

Felipe Roucher

Hello,

I 've a Windows Form and a "DataGridView" with the "DataSource" binding with
a "BindingSource" and a "BindingNavigator", in the other hand in the same
Form, there's multiples textbox's binding with the same "BindingSource".

Well, only I want to know if there's any automatic way to change the values
of all selected rows in a datagridview, when I change the TextBox's text.

Thank you.
 
J

Joanna Carter [TeamB]

"Felipe Roucher" <[email protected]> a écrit dans le message de [email protected]...

| I 've a Windows Form and a "DataGridView" with the "DataSource" binding
with
| a "BindingSource" and a "BindingNavigator", in the other hand in the same
| Form, there's multiples textbox's binding with the same "BindingSource".
|
| Well, only I want to know if there's any automatic way to change the
values
| of all selected rows in a datagridview, when I change the TextBox's text.

Have a look at BindingSource.ResetBindings.

Joanna
 

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

Top