Cell values that are too long to fit in the column get truncated. This is fine, but I want to show the user a tooltip with the full value when they hover over the cell.
My first attempt has been to subscribe to the grid's onMouseEnter event to show the tooltip but I'm not sure how to get the cell's value here.
How can I get the data item for a given row and cell index?
Has anyone done this before? Help?
Thanks!