This question is locked. New answers and comments are not allowed.
I know RadRichTextBox currently does not support writing in Chinese.
But i need to detect the exception when someone is writing on chinese or other IME input.
I see in the Telerik examples that you can write on chinese and the control not crash. I need something like it.
I try to override the
of the RadRichTextBox, but the exceptions is throw before this point.
thank you very much!
Roberto.
But i need to detect the exception when someone is writing on chinese or other IME input.
I see in the Telerik examples that you can write on chinese and the control not crash. I need something like it.
I try to override the
protected override void OnTextInputUpdate(TextCompositionEventArgs e) { try { base.OnTextInputUpdate(e); } catch(Exception ex){ } }of the RadRichTextBox, but the exceptions is throw before this point.
thank you very much!
Roberto.