3.2.0

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
September 26,
Try to escape the HTML.
John Ophof http://open-modeling.sourceforge.net
September 26,
Escape the Html HOw??
May 5,
Post some code how you are loading the data, that would give others some insight how to help you.
Tony
May 5,
Data must be wrapped in quotes in order to render properly.

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

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

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

May 16,

This topic is archived.

See also:


Back to support forum