say for example if someone enters a value like 09321 ( zip code ) the box removes the first 0.. and displays only 9321
thanks in advance
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 11 Dec 2008, 11:45 AM
Hi Chamira,
RadNumericTextBox is for numbers only. 09321 is more like a formatted string. Please use RadMaskedTextBox if you want to preserve leading zeros. Here is an example: