I have a RadMaskedTextBox to enter the funding amount. With the mask type 'Numeric' and mask 'C'. By default '$0.00' is being shown in the text box. When I start entering the value in the text box, '0' is being appended to the text value. For example if user wants to enter '$9' as funding amount,it is taking as '$90'. Please help me out in fixing this issue.
6 Answers, 1 is accepted
0
Hello Srini,
Petar Mladenov
the Telerik team
The RadMaskedTextBox control is going to be obsoleted in 2013. We highly encourage you to try the RadMaskedInput controls instead, in your scenario specifically - you should you RadMaskedCurrencyInput. You can start with its demos and its documentation. Let us know if you need further assistance.
Regards,Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Srini
Top achievements
Rank 1
answered on 15 Jan 2013, 01:31 PM
Hi Petar Mladenov,
Thanks for your reply. Do you mean to say that the issue which I mentioned with "RadMaskedTextBox" is now resolved in the new "RadMaskedCurrencyInput". And, would you please provide us a quick workaround to get rid of this issue with "RadMaskedTextBox".
Thanks,
Srini
Thanks for your reply. Do you mean to say that the issue which I mentioned with "RadMaskedTextBox" is now resolved in the new "RadMaskedCurrencyInput". And, would you please provide us a quick workaround to get rid of this issue with "RadMaskedTextBox".
Thanks,
Srini
0
Hi Srini,
Petar Mladenov
the Telerik team
Yes , we think there is no such existing issue in MaskedCurrencyInput - try this scenario in our Demos.
We highly suggest you to use MaskedCurrencyInput instead of workarounding a bug in MaskedTextBox.
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
divyesh
Top achievements
Rank 1
answered on 11 Feb 2014, 11:08 AM
RadMaskedTextBox & RadMaskedCurrencyInput are working fine but if i am deleting whole value by using BackSpace the value becomes 0.00 and if i start entering new value 0 gets always trailed entered by current value i.e if i have entered 12.54 and i am making it 0.00 by backspace and thn i start entering 22.54 it will become 220.54,help me fixing this issue
0
Steve
Top achievements
Rank 1
answered on 12 Feb 2014, 01:42 AM
Where are these RadMaskInput controls? I'm using the latest controls 2013 Q3 (version 2013.1.1324.40) and I don't see them. All I see is the RadMaskTextBox.
0
Steve
Top achievements
Rank 1
answered on 12 Feb 2014, 01:44 AM
Never mind. I just realized I was in the Silverlight forum, not Ajax ASP.