:: Forum >>

Grid won't render HTML?

I've got a grid cell configured as a STRING, but the grid fails when the cell contains simple HTML tags (like <B>).

How can I get a grid cell to display HTML correctly?
Duane
Monday, September 26, 2005
Try to escape the HTML.
John Ophof http://open-modeling.sourceforge.net
Monday, September 26, 2005
Escape the Html HOw??
Friday, May 5, 2006
Post some code how you are loading the data, that would give others some insight how to help you.
Tony
Friday, May 5, 2006
Data must be wrapped in quotes in order to render properly.

"<b>State Street Bank</b>"

Tuesday, May 16, 2006
HTML and data must be wrapped in quotes in order to render properly.

"<b>State Street Bank</b>"

Tuesday, May 16, 2006

This topic is archived.


Back to support forum

Forum search