my first idea is create handle keydown on datagridview.
on first keydown event store old value in memory , on enter/end edition compare with actual value, if different then log in your history...
This way you can log all rows or selected cells
Trap the ENTER key, the ARROW KEYS, and most importantly handle the BACKSPACE correctly. There are many samples. Cell Enter and Leave might or might not process the data before leaving
Bookmarks