Search code examples
jqueryjqgrid

jqgrid change column title attribute


When I hover over a particular cell value, the hover value is same as the cell value. Can I change the hover text different from the cell value?

Thanks


Solution

  • In general the tooltip is the title attribute of the <td> elements. You can use setCell method to change the tooltip (see this). In more complex situations you can use jQuery.attr (see here) or you a tooltip plugin (see here).