As I am typing a value into a cell of the datagridview in winform, I would like to check the value entered.
For example in a cell of the datagridview I enter 3 and then m
I basically would like to see if the user has entered m or t and if so multiply the number by 1000000 or 1000 respectively.
Is there an event to check for the text AS it is being entered into the cell?
Thanks