This is a migrated thread and some comments may be shown as answers.

How to change RadGridView's ImeMode, so I can input Chinese under XP/Win7 ?

1 Answer 103 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sam
Top achievements
Rank 1
sam asked on 25 Feb 2016, 07:29 AM
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?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 25 Feb 2016, 02:27 PM
Hi Sam,

Will it be possible to run through the following threads:
1. "WPF Chinese characters on Win XP"
2. "Display Chinese characters on Windows XP"
3. "Chinese characters correctly in the WPF application"

If none of , could you try displaying the values in a DataGrid or ListBox just to verify whether the problem is with RadGridView?

Regards,
Maya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
sam
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or