How to disable the automatic title in grid

Hallo,
I’m using the overlib javascript to pop up a window onmouseover on a field of dhtmlxGrid but I made dozens of attempts, without success, to remove the automatic setting of the title with the content dof the href and I would like to remove the overlap of the two tooltype. What to do?

xml to popolate grid:


<![CDATA[xxxx@xxxx.xx]]>


in the cell, when the page is running, I see that the href title populated with xxxx@xxxx.xx

Thank
Paolo

Please, try to use the onMouseOver dhtmlxgrid event:

grid.attachEvent("onMouseOver", function(id,ind){ return false; });