What you want to look at is the dataTipFunction. You tell the DataGrid that you 
have a function to handle the data tip. The function is passed an object that 
represents the data row. You return a string to be displayed in a tool tip. 

You also have to set showDataTips to true for each column you want active. 

I use this technique to show a count of erros in a grid cell and pop up the 
list if error messages when the user hovers over the cell. 

Hope this helps. 

-Stu
http://www.guigumdrops.com
 
--- In [email protected], "Hubert" <hyosh...@...> wrote:
>
> 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?
>


Reply via email to