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.
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,