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

Can't Paste more than once into RadTextInputBox

2 Answers 59 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Anna
Top achievements
Rank 1
Anna asked on 17 Jul 2014, 08:29 PM
Hi,
We've just upgraded to Q2 2014 and replaced retired RadMaskedTextBox with RadMaskedTextInput with these properties set
<Setter Property="Mask" Value="###-###-####" />
<Setter Property="EmptyContent" Value="___-___-____" />
<Setter Property="IsClearButtonVisible" Value="False" />
<Setter Property="AllowInvalidValues" Value="False"></Setter>

Two issues:
1. Mask is set to ###-###-####. However, it allows for spaces.
2. I can't paste more than once into it. First Paste works fine, but then if I delete the contents and paste again  with Context Menu Paste, nothing happens.  If I use Ctrl+V, it does paste but only after second try.

Is there a way to fix both?

2 Answers, 1 is accepted

Sort by
0
Anna
Top achievements
Rank 1
answered on 17 Jul 2014, 08:32 PM
The heading should've said RadMaskedTextInput. Is there a way to edit/delete the posting in your forum??
0
Petar Mladenov
Telerik team
answered on 21 Jul 2014, 08:46 AM
Hi Anna,

Space is allowed in RadMaskedTextInput and disallowed in RadMaskedNumericInput despite of the Mask that is set. If you need only numeric input and disallow the space key, we encourage you to use the RadMaskedNumericInput.
As for the second issue, we logged it in our feedback portal where you can track its status.
Please do not worry for the name of the Thread, the forum name and the explanations are enough. You are not able to edit an already posted name of a thread.

Regards,
Petar Mladenov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Anna
Top achievements
Rank 1
Answers by
Anna
Top achievements
Rank 1
Petar Mladenov
Telerik team
Share this question
or