Hi,
I have some columns on my DataGridView instance in a C# application, forcolumns which contains Numeric type (like double and decimal) I want prevent user from entering alphabetical characters in these columns( currently I check it in cellValidating and if there is alphabetical characters I set the error text in DataRow ) but I want let user just enter integers.
I’d be thankful if anybody can help me.
Thanks in advance,
Saeideh