jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid cracked korean char input

This topic contains 3 replies, has 2 voices, and was last updated by  ivailo 8 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxGrid cracked korean char input #89897

    cpakim
    Participant

    Hi i am a korean.

    korean char(hangeul) is compose 2byte.
    In jqxGrid ready(not edit mode) mode, when type hangeul, it cracked like this dㅜ. real char is 우.
    in hangeul mode type qn then display 부 but display cracked qㅜ

    can you solve this problem?
    in hangeul IME, if first input charCode is 229, then it recognize hangeul.
    if in editMode(ie. focused input element) input hangeul, its fine.
    but not edit mode(ie. jqxGrid not in edit mode), it cracked.

    possible solution is even if grid is not in editmode, input element is focused or listen key board event.

    is it possible in jqxGrid?

    sorry my poor english. I want buy your excellent component.

    thank you vary much.

    jqxGrid cracked korean char input #89903

    ivailo
    Participant

    Hi cpakim,

    We tested jqxGrid with these symbols and they seem to be displayed correctly. Please check your data source about problems.
    Here is an example: http://jsfiddle.net/j8gnckwu/

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    jqxGrid cracked korean char input #89915

    cpakim
    Participant

    Oh its miscommunication.
    bellow your demo site
    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/#demos/jqxgrid/spreadsheet.htm

    anywhere in it, you type hangeul 부 or 우 or other char.
    it display qㅜ or dㅜ.

    In your example you load completly maded hangeul its fine.

    if you type keyboard directly then hangeul character is cracked;
    if you first click any cell, and enter input mode and type hangeul its ok.

    when type keyboard directly in not editing mode, hangeul is cracked.

    thank you for your rapid reply.
    sorry for my poor english.
    thank you.

    jqxGrid cracked korean char input #89946

    ivailo
    Participant

    Hi cpakim,

    Please, try the following approach:
    Set editmode: 'click'.
    In this case, when you click on particular cell the editing will start and will prevent the problematic behavior.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.