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.