Posted by joe rico
on 17.01.2008 20:27
I'd like to include some html in the data that updates the grid, so that
one column may have <a href='domain.com' target='blah'>some text</a>
When I have that as a value, the grid does not update...  Is there a
trick to including html in the grid dataset?
Posted by Mark Moran
on 18.01.2008 17:55
You have to use character codes..
< is &lt;
> is &gt;

-Mark
Posted by Matt Brown
on 23.01.2008 03:16
Another way to get the grid to display links is to use 
Rico.TableColumn.link, which is demonstrated in ex6.asp/aspx/php.

Matt