& instead of & in Jqxgrid

357 Views Asked by At

i have a problem with jqxgrid"s displaying data & instead of & , i have grid of about 7 columns , in that 3 columns have these special character issue ,the data is coming from the Json by using ajax calls. please advise me some suggestions to solve this issue.

2

There are 2 best solutions below

4
On

You can replace & by & symbol by using regular expression. Below code will replace all & with &

Code:
data.replace(/&/g,"&");
0
On

another possible reason is the usage of old version of http://www.jqwidgets.com