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