jQWidgets Forums

jQuery UI Widgets Forums Grid non English characters when editing

Tagged: 

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • non English characters when editing #104529

    christoskarras
    Participant

    Hello,

    When i try to edit in a cell, in a non English character set (Greek) (just select the cell in the specific test, no double clicks etc, jsut selection), the first character is always a Latin one and the rest are correctly Greek. This happens with any attribute configuration i have tested for jqxGrid.

    It can be solved, if i force the edit mode, by pressing F2 before the start of the edit. Unfortunatelly, this is not a good solution, as the users should expect to type straight away. (please see the red mark in the “First name column” in the image attached).

    Also, there is another issue that happens also in DropDownList, when i try to filter a cell that is a dropdown and has non English characters (Please see the “Product” column in the image), the filtering doesn’t work. strangely, it happens in the DropDownList component as well, but works perfectly in the ComboBox (in any mode).

    Is this really an issue, or something in the coding that should be adjusted so that it can work as expected.

    https://www.flickr.com/photos/147684377@N04/32537703277/in/dateposted-public/

    Thank you
    Christos

    non English characters when editing #104592

    Hristo
    Participant

    Hello Christos,

    Thank you for the first feedback.
    I would like to ask you for more details about the second one.
    If you could provide us with one simplified example will be better.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    non English characters when editing #104599

    christoskarras
    Participant

    Hello Hristo,

    Thank you for looking on this!

    it comes from the example in the documentation (have tried it locally also, with proper UTF8 file encoding)
    http://jsfiddle.net/jqwidgets/75QYe/

    I just add 2 extra language options (Bulgarian, Greek).

    var source = [
    “Affogato”,
    “Americano”,
    “Bicerin”,
    “Breve”,
    “Café Bombón”,
    “Café au lait”,
    “кафе”,
    “Френско кафе”,
    “Ελληνικός”,
    “Φραπε”
    ];

    // Create a jqxDropDownList
    $(“#jqxDropDownList”).jqxDropDownList({
    source: source,
    theme: ‘energyblue’,
    incrementalSearch:true,
    searchMode:’startswithignorecase’,
    autoDropDownHeight: true
    });

    BR
    Christos K.

    non English characters when editing #104720

    Hristo
    Participant

    Hello Christos K.,

    Thank you for this feedback.
    I will create a work item and for this case.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.