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
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.
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?
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.
I will try it.
