restricting datagridview column to numeric value

  • Thread starter Thread starter no-cool
  • Start date Start date
N

no-cool

Guest
hi there i am new to c#.net and i have been trying to restrict my column to accept the numeric value only. I have tired using columns>DefaultCellStyle>Format and then numeric. But when i run the application it accept the character also (with parsing error).

But i want only numeric value (retrun true else return false).How could i do this.

Continue reading...
 
Back
Top