When entering text into a datagridview I am using a timer that ticks after the user stops typing.
The issue is the cell's value it is reporting as the old value. It's not being 'validated'. Not sure if validated is the right term.
Is there a way to kick the contents of the TextBox into the cell after the timer ticks?