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.