jQWidgets Forums

jQuery UI Widgets Forums Grid Special Characters

This topic contains 2 replies, has 2 voices, and was last updated by  kostasVlachos 11 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Special Characters #29045

    kostasVlachos
    Participant

    Hello,

    I have a tab delimited file that contains the characters > and <.

    I can use the actual chars, or encoded as &gt; and &lt; or < and > and they appear correctly.

    But if i scroll the list using the scroll box (thumb), no matter how the chars are in the file, the grid will change and display &gt; and &lt;

    If i scroll using the UP or DOWN buttons or page up and page down the text remains in the correct format.

    Special Characters #29069

    Peter Stoev
    Keymaster

    Hi kostasVlachos,

    The Grid displays Texts, not HTML unless you use the “cellsrenderer” callback of the column to display HTML in the cells. In your scenario, you should use “cellsrenderer” for displaying these special characters.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Special Characters #29170

    kostasVlachos
    Participant

    Hi Peter,

    I am not trying to display HTML. for example the text is something like ‘Small (< 500 kgs)'

    And is only happens when moving the scroll box on the scroll bar. Any other way of scrolling works fine.

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

You must be logged in to reply to this topic.