How to update DataTable when changes on DataGridView were made?
Any idea?
Thanx,
Ziga
Hope this helps
I just discovered that using:datatablebindingsource.endedit() does not immediately commit the changes from the datagridview to the underlying datasource. ButDataGridView1.DataSource.EndEdit() does.