Hi,
I’ve found an issue with HTML entity character in jqxGrid.
Until v4.0.0, jqxGrid could convert HTML entity characters to the normal character on it’s cell.
For example, if the cell data is HTML entity, ‘/’, it is converted to the normal char, ‘/’, automatically.
However, since v4.1.0, it shows HTML entity itself instead of converting it to the normal.
Take a look at the sample below,
https://jsfiddle.net/klien54/23zLtm5y/
In the sample, [First Name] and [Last Name] produce cell data as HTML entity itself. (which is weird.)
Moreover, if you click one of them making it editable first and click other cells, we will find the previous data is changed to the normal.
One thing more, if you add an empty row by using the button below the grid and put HTML entity on a cell, “/”, it will make it to the normal, “/” (which is fine.).
I guess there’s something wrong in rendering a cell from v4.1.0.
Would you check it out please?
Thanks always in advance.
Best Regards,
klien54