This question is locked. New answers and comments are not allowed.
Sinse the last Version of the Silverlight Controls we are having strange behavior in the Masked Input Boxes.
If we quickly Type "asdf" into the box we get this result:
This wasent the case in the previous version.
We are using the Masked Text Input as follows:
<telerik:RadMaskedTextInput x:Name="TeleVorwahl" Value="{Binding CurrentKommunikationsprofil.TelefonVorwahl, Mode=TwoWay}" MaxLength="8" IsEnabled="{Binding HasData}" Width="80" Margin="0" IsClearButtonVisible="False" InputBehavior="Insert" AcceptsReturn="True" SelectionOnFocus="Unchanged" TextMode="PlainText" Mask="" HorizontalAlignment="Stretch" />Has something changed in the InputBox?
Best Regards
Matthias
