How to use hyperlink or html anchor in dhtmlxgrid column dat

Hi,



I have a requirement , where i need to use tool tip which uses custom style sheets.



The tool tip can be included for a column using hyperlink.



This functionality how i can include in xgrid columns



sample code in normal html is like below the same needs to be applied in dhtmlxgrid



<bean:write name = “yyy” property = “aaa”/>



Please help on this issue.



Thanks in Advance

Ramesh

If such data need to be included in grid’s cell, you can use inline HTML in XML dataset


<![CDATA[

]]>


Thanks for your quick reply.