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

[Solved] Can not input Korea charactor in text column editor

4 Answers 183 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Inseok Kim
Top achievements
Rank 1
Inseok Kim asked on 30 Jun 2009, 08:56 AM
HI !

In gridview's editors example, I can not input Korea charactor in text column editor.

How can I do ? Please help me...

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Jul 2009, 03:45 PM
Hi,

Generally for Chinese, Japanese, and Korean text Silverlight will need exact language specification (we don't have this in our demos) - you can check this article for more info:
http://msdn.microsoft.com/en-us/library/cc838238(VS.95).aspx#displaying_chinese_japanese_and_korean_text

Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Inseok Kim
Top achievements
Rank 1
answered on 01 Jul 2009, 10:29 PM
Thanks for your reply

But it is "Text Input Problem" in RadGridView control, not localization.

For Example, In RadEditor Demo, it support korean text and RadGridView display korean text in combobox column control. 

I think, it is a problem of  RadGridView's column text editor control.

Could you please check this again?
0
Vlad
Telerik team
answered on 02 Jul 2009, 05:33 AM
Hi,

I've attached simple application with single TextBox control without any language settings to illustrate you the article from my previous reply.

Here is more info about Language property:

Language is generally equivalent to the XML-defined attribute xml:lang and provides a bridge for xml:lang as found in markup into the managed API and object tree. Language also deliberately uses a property inheritance structure, such that a value for Language set on the root element will propagate that value to all child objects in the visual tree. This parallels the xml:lang behavior in XML and the XML DOM. As a best practice, you usually set Language on the root element.

A value (including the inherited value) for Language has a potential effect on the following objects: PasswordBox, TextBox, TextBlock. The Language is used by the font subsystem to determine the default font if no specific FontFamily value is specified for these objects. For more information, see Text and Fonts.



Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Inseok Kim
Top achievements
Rank 1
answered on 02 Jul 2009, 08:29 AM
Thank you for reply.

I will try it.
Tags
GridView
Asked by
Inseok Kim
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Inseok Kim
Top achievements
Rank 1
Share this question
or