How can I tell if a Datagridview Cell has changed?
Is there an easy way to identify if a cell within a data grid view has been changed (A specific property or event)?
I have a table with a lot of rows and the user MIGHT need to change the date. I'd rather not have to store the old date to see if it has changed.