T
Tony Johansson
Hello!
I have a DataGridView that represent a DataTable with some DataRow.
I have also these bindings.
_bindingSource.DataSource = _dataTable;
dataGridViewWareHouse.DataSource = _bindingSource;
When clicking on the Save button I write to a textfile.
Now to my question when I Change,Add or delete rows in the DataGridView do I
ever
have to check the rowState Detached.
//Tony
I have a DataGridView that represent a DataTable with some DataRow.
I have also these bindings.
_bindingSource.DataSource = _dataTable;
dataGridViewWareHouse.DataSource = _bindingSource;
When clicking on the Save button I write to a textfile.
Now to my question when I Change,Add or delete rows in the DataGridView do I
ever
have to check the rowState Detached.
//Tony