In Dojo 1.3 I was able to populate dojox.grid.DataGrid's cell with an <a href>
HTML element (e.g. <a href='/test?id=xxx'>xxx</a>
) and the (clickable) html link would then be shown. Dojo 1.4 breaks(?) this behaviour and the literal string is shown (not a link).
How can I achieve the same behaviour in Dojo 1.4?