I'm having an issue with using a datagridview for a user entering data that's saved to a database. Basically, I just want them to throw stuff into a row and then my code will insert the data.
I tried LeavingRow event, but the problem with this is,enter the values in default row that is already added in datagridview, these value hasn't updated when this event triggers.
I also tried UserAddsRow, but had that fail because it triggers as soon as the user starts typing to add a row.