datagridview - DataGridViewRow -
I have a datagroup view in which the user can delete and enter the rows manually. The initial DataGrid view brings data from the database and populates the grid. I have to understand all the lines manually added (which are not brought from the database)
Is there a flag to check that the rows are repeated in the datagrid witch when adding a new line to the current line ?
Please
Why do not you add another datacule and check the status column
When the user manually adds a new row, update the datacom with a Boolean value.
Comments
Post a Comment