I want validate a separate cells in datagrid. if i want only numbers in a particular cell in the datagrid how can i do it.
for example :
There is datagrid with 3 columns. ID,Name,Phone number
I want to validate this phone number field. if user enter a some other values than a number i want to give a error message.
This may be a easy task as im very new to c# please someone help me with this problem.
for example :
There is datagrid with 3 columns. ID,Name,Phone number
I want to validate this phone number field. if user enter a some other values than a number i want to give a error message.
This may be a easy task as im very new to c# please someone help me with this problem.
Comment