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.
You can replace & by & symbol by using regular expression. Below code will replace all & with &
Code: