c# - Why is DataRowState showing Added instead of Modified when I make changes to a row? -
My program displays a simple datagrid view with some data:
User (i) can change the data (notification line one):
When I click on the data source in the program I see, then I can see the converted value:
However, DataRowState is modified instead of added . How is this possible? The data has clearly changed, but DetroitState is not showing:
I hope this will be helpful.