Hi

I have a DataGridView and want to update the contents of the CurrentCell while the user is typing.

e.g. In a cell of fractions I want the user to be able to enter .957 - As soon as the user types the . I want to programatically change it to 0. without the user being aware of the change.

Thanks