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):

Enter image details here

When I click on the data source in the program I see, then I can see the converted value:

Image vs. here Please enter

However, DataRowState is modified instead of added . How is this possible? The data has clearly changed, but DetroitState is not showing:

Image Details Here </ P> <p> For my life, why is DetroitState <code> added </ code> on every line in Datatrost showing, I do not understand, below is a complete list of my schedule: </ P> <pre> <code> Using the system; Using System.Collections.Generic; Using System.Data; Using System.Windows.Forms; Namespace Databinding Test {system.ComponentModel; Public Partial Class Form 1: Form {Public Form 1 () {Initial Group (); // Some people to maintain them and make a list Var person A = new person {name =

I hope this will be helpful.


Comments

Popular posts from this blog

c# - Textbox not clickable but editable -

Matlab transpose a table vector -

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -