Hi, I have a datagrid and when I hover over some row, I want to have a tooltip (or the like) to popup with information particular to that row.
Any idea? I can get a tool tip to pop up but only static data, and not dynamic. What I want to know is 1) When hovering over a row, how can I find out what row I'm hovering over? 2) Knowing which row I'm hovering over, process data particular to that row and show it in a tool tip. Any ideas?

