Grid Row Custom Tool Tip

How do I pop up a tool tip based on the row in a grid the pointer hovers over? For example, I hover the mouse pointer over a row listing an item, and the tool tip brings up the item’s name, model number, price, upc, etc. In other words, I would like to be able to send item information to the tool tip based on the product ID of the item being hovered over.

I’m familiar with all the backend database stuff. I just need a way to customize the tool tip for the contents of the row whenever the pointer hovers over it.

You can set a custom tooltip to any needing cell by adding an attribute tittle to it.

<cell title="tooltip">-1500</cell>

Hello sematik,

Thank you for the response.

Does the title allow full HTML to be input for formatting purposes?

Cell title doesn’t allow full HTML to be input for formatting purposes as it uses native browser html element tool tip.