JQgrid cell tooltipl as Html

210 Views Asked by At

I am displaying a column in Jqgrid with divs and html tag, for example it is

<div><a> Click here to order tjos service.</a></br> Note: The service is disabled</div>.

When I hover my pointer to the cell it doesn't display the content properly which means it doesn't show the link then a new line it shows the note as a tooltip

Anybody knows how to solve this please?

Thanks, Alaa

1

There are 1 best solutions below

0
On

You may use tooltip plugin, like JQuery Tooltip or some other.

Just create the tooltips in your formatter for this cell.