jQWidgets Forums

jQuery UI Widgets Forums Grid Bug with < symbol

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Bug with < symbol #26487

    asup
    Member

    I get data from JSON, when data has < symbol, grid cut text after starting with < symbol. When after < space symbol, or – works fine, maybe other symbols ok too, but when after < some letters grid cut the text. Tested on 2.7.0 and 2.9.3, jQuery 2.0.3

    Bug with < symbol #26501

    Peter Stoev
    Keymaster

    Hi asup,

    You will not be able to display “” unless you escape these in the text. These symbols are used for starting and ending of tags and the Grid will think that it should display HTML. In addition, you may use the “cellsrenderer” function for customizing the Cells rendering of jqxGrid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.