Image title not coming in grid cell

Hi,

I am inserting a span element in the grid as cell data which internally contains an image element.
I have given its attribute alt=“Some text” and also title=“some text” , but it is not showing me title for that image in that grid. Did anybody hav any clue :question:

try to add

mygrid.attachEvent("onMouseOver", function(){return false});

Hi,

I have the same problem. Your solution works but did you plan to solve this issue ?

Thanks.

Unfortunately we’re not planning to change that behavior. Such content is not typical. We recommend to create a custom exCell type for such columns with your own content type and behavior, including the needed pop-up title.

The provided solution should also work well for this situation. As it blocks the default dhtmlxgrid title displaying the value of a cell.