This is a migrated thread and some comments may be shown as answers.

RadMaskedTextBox Masking

1 Answer 100 Views
Input
This is a migrated thread and some comments may be shown as answers.
ashish
Top achievements
Rank 1
ashish asked on 22 Feb 2011, 08:30 AM
I am using RadMaskedTextBox in this way :

 <telerik:RadMaskedTextBox ID="txtMaskedCalculateAmount" runat="server" Mask="#,###,###,###"    PromptChar=" " ToolTip="Unicamente Digitos">
                                     </telerik:RadMaskedTextBox>

This text box is always showing , in text box in every case even text box is empty.
I want to implement this thing here :
The field is displayed only spaces then when user starts typing
9
99
999
9,999 only when 4th digit is type the comma is inserted
99,999
999,999
9,999,999 here comma is inserted after 7th digit is typed

Is it possible with this ?if yes then please provide nme solution.

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 25 Feb 2011, 01:44 PM
Hello ashish,

I am afraid this is not a supported scenario.

Regards,
Tsvetoslav
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Input
Asked by
ashish
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or