Can a Flash-based CFGRID render basic HTML in the cells?

Posted by richardtallent on Stack Overflow See other posts from Stack Overflow or by richardtallent
Published on 2010-04-25T04:59:01Z Indexed on 2010/04/25 5:03 UTC
Read the original article Hit count: 374

Filed under:
|
|
|

(I'm very new to both Flex and CF -- more a .NET/ExtJS guy, so I'm a duck out of water.)

I'm tweaking someone else's CFGRID code. It uses Flash format--HTML isn't an option since it would require redesigning the entire interface around the grid.

Tha data I want to put in the grid have some very simple HTML elements-- <sub>, <sup>, and HTML entities like &deg;. I can imagine <i> or <b> might be there in the future.

How can I tell a particular CFGRIDCOLUMN to render its contents as HTML?

I've heard this is possible, but Google is not my friend tonight.

Stuck with CF7 for a few more weeks, so if there are any CF8/CF9-specific solutions, please let me know those as well, but that won't help my immediate need.

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about cfgrid