Validating data in a datagridview control cell

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

+3
source share

Source: https://habr.com/ru/post/1747660/


All Articles