how to set different links in one dhtmlxGrid cell

hello
I know how to set one link type in one grid cell ,it’s “text^addr”,but now I need different texts in one cell and i want these texts are link type.
what should i do for this?
please expert could tell me.thank you very much.

Unfortunately such feature is not supported by “link” exCell.
You may try to customize this exCell:
docs.dhtmlx.com/doku.php?id=dhtm … l_creation

or you may try to add a simple html links in your cell:

<cell type="ro"><![CDATA[<a href='www.link.com'>link1</a> <a href='www.link2.com'>link2</a>]]></cell>