Two links in a cell

Hi,
is it possible to have two links in a single cell, like so:

Link1^javascript:OnLink1()^_self Link2^javascript:OnLink2()^_self

In code above I’ve placed an space between two links but only the first ‘Link1’ is displayed?
Thanks in advance.

Ok, I found this viewtopic.php?f=2&t=29114 it seems this is not supported in dhtmlxgrid :frowning:

Unfortunately such feature is not supported by link exCell.
You may try to put html links to your cell or create your own custom ExCell type.