I am using a datagridview control and in this grid the user can edit the value of a fixed column. I want the user to be able to write numerical values (e.g. 1, 2, 443, etc.)
I'm not sure at what datagridview event I need to write this code and what is the code to capture values
source
share