Setting the numberformat is giving me the solution. Below you find the code.
1. Dim nf1 As System.Globalization.NumberFormatInfo = New System.Globalization.NumberFormatInfo() 2. nf1.NumberGroupSeparator = "" 3. Me.tbxAño.NumberFormat = nf1
Thanks.
HI ,
Try setting the NumberFormat property:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.WebUI.WebDataInput.v8.3~Infragistics.WebUI.WebDataInput.WebNumericEdit~NumberFormat.html
You might also consider using the WebMaskEdit contorl
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WebMaskEdit.html