I want want show image on grid
row.set(0,"<img>http://test.gif</img>")
but it's inefficacy, what should i do?
thanx!
That's not how the <img> tag works. Try:
row.set(0,"<img src='http://test.gif'/>");
Log in to post a comment.
I want want show image on grid
row.set(0,"<img>http://test.gif</img>")
but it's inefficacy, what should i do?
thanx!
That's not how the <img> tag works. Try:
row.set(0,"<img src='http://test.gif'/>");