json object containing special characters like &

Hi,

I have a simple grid with each cell type ro. I have some cells which may have data with special characters like ampersand. I see complete data is not displayed in cell i.e if data pulled from database is at&t I see only “at” in grid. Can you please let me know how do I escape such characters. I am using grid.parse(jsonResponse , “json”) ; to load data.

-Nitya

Unfortunately the issue cannot be reconstructed locally.
The following JSON displays well for us:

data={ rows:[ { id:1001, data:[ "at&t"] } ]}
If issue still occurs for you - please, provide us with any kind of sample of your code to reconstruct the issue.