Data validation in cell of datagridview control
Posted
by Yogi
on Stack Overflow
See other posts from Stack Overflow
or by Yogi
Published on 2010-05-29T12:39:46Z
Indexed on
2010/05/29
12:42 UTC
Read the original article
Hit count: 199
I am using datagridview control and in this grid user can edit the value of a fixed column. i want user only can write numaric values (e.g. 1, 2, 443 etc)
I am not sure at which event of datagridview i have to write this code and what is the code to trap values
© Stack Overflow or respective owner