Tooltip in DataGrid

VBGuy

New member
Joined
Dec 12, 2005
Messages
1
Programming Experience
1-3
Hi,
I have a datagrid with 2 columns. The second column displays the name of some files. I want a mouseover/tooltip functionality on the cells of the datagrid. Every time the mouse cursor is moved on the filename column of the DataGrid, depending on the cell, it should display the full path of that particular file in the local system.
I am not able to have this functionality on individual cells of the Grid but the Grid as a hole.
Please help/suggest me on this

Thanks in Advance
 
Back
Top