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?
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?