I am having a DataGridView in which user can add delete and insert rows manually. Initialy DataGridView fetches data from the database and populate the grid. I have to figure out all the rows that user manually added ( which are not fetched from the database)
Is there any flag to check if the Current row is newly added row while iterating the rows in the Datagridview ?
Please help