Hi,
I am coding using WPF + Telerik RadGridView, Anytime the WPF application running, I could input Chinese under Win 10, but I couldn't input Chinese under XP/Win 7.
I understand the Telerik.WinControls.UI.RadGridView has property ImeMode, I can change ImeMode using below code:
- myRadGridView.ImeMode = System.Windows.Forms.ImeMode.NoControl;
But how can I get the same result with Telerik.Windows.Controls.RadGridView using below code:
- Telerik.Windows.Controls.RadGridView.XXX
Thanks for any suggestion or samples?