jQuery UI Widgets Forums Grid jqxGrid Display Issue with Angular Brackets ''

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  anam3004 2 weeks, 1 day ago.

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

  • anam3004
    Participant

    Hello,

    I am writing to bring to your attention a bug that has been identified in the jqxGrid component when displaying text containing angular brackets (‘<>’). Specifically, any text enclosed within angular brackets, such as “<something here…>”, is not rendered within the Grid.

    This issue has been validated using one of the jqxGrid examples on jsfiddle/jqwidgets (please see the attached image for reference).

    For instance, in the highlighted example, the firstName “SAndrew<com.test>” is displayed as “SAndrew” in the grid, omitting the text within the angular brackets. It appears that jqxGrid interprets any text between angular brackets as an HTML tag, which results in it not being displayed on the UI.


    admin
    Keymaster

    Hi anam3004,

    In HTML when you put something in angular brackets, it is a TAG. If you want to display the brackets, instead of displaying the tag, set the Grid’s enableSanitizeAll property to true and also enableSanitize to true.

    Best Regards,
    Peter Stoev

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


    anam3004
    Participant

    Thank you so much for the solution! It works.

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

You must be logged in to reply to this topic.