I have a datagridview in a windows application which is bound to an underlying database via a bindingsource/tableadapter. Is there a simple way to delete a row from a datagridview without deleteing it from the underlying database?
The user is processing data from the grid, and I want to give them the option of removing a record from the upload without actually getting rid of it (so they can correct and upload the remaining records at some other time).
The user is processing data from the grid, and I want to give them the option of removing a record from the upload without actually getting rid of it (so they can correct and upload the remaining records at some other time).