Hi,
I cannot use Chinese IME with RadMaskedTextInput. I tried Microsoft Pinyin as well as Microsoft Quick with no good results. OnLostFocus the control is cleared and ArgumentOutOfRangeException is thrown...
at System.Text.StringBuilder.Insert(Int32 index, String value)
When the control regains focus the Chinese characters are show again but the Value property is never updated...
Are there any workarounds? Any suggestions would great.
Thanks!