DataRowVersion.Modified is true but Current and Original Values for All columns are equal
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application that uses a datagridview to display all the values in a particular datatable, while individual field values for the currently selected are shown in text boxes, comboboxes, etc. below the grid. Anyway, when I call GetChanges() on the bound datatable, the datatable returned by the GetChanges() method often returns rows as modified even if all the current and original values in that row are equal. When I first load the application, this is not the case, but when I start navigating through the table, each row that I leave is marked as Modified. Any advice regarding the cause and solution of this "error" would be appreciated. Thanks.