3.2.0

Grid - How to display escape characters

I have a grid defined as follows :

var fbGridData = [["42870","My name is ABC","NEW"],["42860","'><iframe src='http://www.google.com' width='1000' hieght='1000'>","READ"]];

How do I display this ?

It looks to me that the Active Widgets should do the character escaping automatically before displaying them on to the HTML page.

Suresh
October 4,
I think similar that. (i'm not sure) :P


text = ["42870","My name is ABC","NEW"]

and use escape(text) and unescape(text) function.
Steven
October 5,

This topic is archived.

See also:


Back to support forum