Hello,
I was under the impression that upon binding a dataGridView object to a dataTable that any changes the user makes in the dataGridView are then recorded in the dataTable. These changes include switches in column order, sorting, and the addition and deletion of rows. However, this does not seem to be the case. I am finding that changing column order, sorting, and occasionally the addition of rows is not reflected in the underlying dataTable. Are these changes that need to be made programmatically instead?
Thanks!