The issue is with RadMaskedTextBox causing application crash when we change keyboard settings to Japanese Microsoft IME with Input Mode as 'Full width Alphanumeric' and trying to enter numeric values.
A sample code is given below and same is attached in order to reproduce the issue.
<tele:RadMaskedTextBox x:Name="NumerictextBox"
MaskType="Numeric"
MinWidth="100"
HorizontalContentAlignment="Right"
Mask="n0"
MaskedText="{Binding MaskText}"
TextAlignment="Right"
Height="20"
Margin="141,63,142,226" >
</tele:RadMaskedTextBox>
Reproduction Steps :
* Change keyboard from normal mode to japanese microsoft IME
* Enter numeric values in RadMaskedTextBox while normal keyboard mode and then switch japanese mode and try to enter numeric values.
Please let me if you have any queries relating issue.
Solution please !!!
Waiting to your reply.
Thanks in advance
James Xavier
A sample code is given below and same is attached in order to reproduce the issue.
<tele:RadMaskedTextBox x:Name="NumerictextBox"
MaskType="Numeric"
MinWidth="100"
HorizontalContentAlignment="Right"
Mask="n0"
MaskedText="{Binding MaskText}"
TextAlignment="Right"
Height="20"
Margin="141,63,142,226" >
</tele:RadMaskedTextBox>
Reproduction Steps :
* Change keyboard from normal mode to japanese microsoft IME
* Enter numeric values in RadMaskedTextBox while normal keyboard mode and then switch japanese mode and try to enter numeric values.
Please let me if you have any queries relating issue.
Solution please !!!
Waiting to your reply.
Thanks in advance
James Xavier