Hi
I have a MaskedTextInput with the following settings
and its style
When a user mark the text content and hit CTRL-X a mask like _________ is shown and then it is impossible to paste again text to that MaskedTextInput, which I think is a bug
I am using RadControls for WPF controls with version 2013.1.403.40
Cheers
Laurent Kempé
I have a MaskedTextInput with the following settings
<telerik:RadMaskedTextInput Style="{StaticResource SingleLineTextInputWithNoMask}" Value="{Binding Value}" />and its style
<Style x:Key="SingleLineTextInputWithNoMask" TargetType="{x:Type telerik:RadMaskedTextInput}" > <Setter Property="IsClearButtonVisible" Value="False" /> <Setter Property="InputBehavior" Value="Insert" /> <Setter Property="Mask" Value="" /> <Setter Property="AcceptsReturn" Value="False" /></Style>When a user mark the text content and hit CTRL-X a mask like _________ is shown and then it is impossible to paste again text to that MaskedTextInput, which I think is a bug
I am using RadControls for WPF controls with version 2013.1.403.40
Cheers
Laurent Kempé