jQWidgets Forums

jQuery UI Widgets Forums TreeGrid TreeGrid ellipsis problem

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • TreeGrid ellipsis problem #57460

    seonghye kim
    Participant

    Hi.

    I have a problem for using TreeGrid with Korean. (FYI, Korean characters are using 2bytes per each character. e.g. ‘한글 테스트’)

    In jqxGrid, ellipsis of long string, it is normal for both of English and Korean.

    In jqxTreeGrid, English is normal, but Korean doesn’t truncate long string, add ellipsis.
    So, the TreeGrid looks very weired, it has very long height rows with long string.

    How can I fix the problems?
    Do I have to use jqxGrid instead of jqxTreeGrid?

    TreeGrid ellipsis problem #57461

    seonghye kim
    Participant

    Hello 🙂

    I found the solution myself.

    if set ” autoRowHeight : false “,

    then Korean characters also truncated and ellipsis added.

    TreeGrid ellipsis problem #57463

    Peter Stoev
    Keymaster

    Hi seonghye kim,

    By setting “autoRowHeight” to false, you will disable the default auto-wrap behavior of the TD tags inside jqxTreeGrid and so ellipsis will be added and word-wrap will be disabled. I guess this could be better for Korean characters.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.