fshort
20 Sep 2007, 7:21 PM
Hi,
Is there a way to display hyperlinks in the grid without resorting to a renderer to encode the HTML? I have a service that is returning a JSON response with embedded <A> tags in the content. If I dont use a column renderer to encode the content, the hyperlink renders as raw text (i.e. <a href='blahblah'>hi</a>). I want to avoid using renderers since they are fairly expensive in a 50 row x 20 column grid where a good amount of cells have hyperlink content.
Is there a way to properly format the JSON response so any html content renders itself?
Thanks,
Fred
Is there a way to display hyperlinks in the grid without resorting to a renderer to encode the HTML? I have a service that is returning a JSON response with embedded <A> tags in the content. If I dont use a column renderer to encode the content, the hyperlink renders as raw text (i.e. <a href='blahblah'>hi</a>). I want to avoid using renderers since they are fairly expensive in a 50 row x 20 column grid where a good amount of cells have hyperlink content.
Is there a way to properly format the JSON response so any html content renders itself?
Thanks,
Fred