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?
on 17.01.2008 20:27
on 18.01.2008 17:55
You have to use character codes..
< is <
> is >
-Mark
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


