Hello,
I did a setup on my grid to hottrack my rows. Is there a way to know the row that is hottracked ?
I explain myself : I have a context menu on my ultragrid and I want to enable/disable items on that menu depending on the row that is hottracked. I also want to select the hottracked row when my context menu is opening. How should I proceed
Regards
The row being hot tracked is the row that the mouse is over.
The following post gives information on how to find what cell the mouse is currently over:http://forums.infragistics.com/forums/p/14887/57664.aspx#57664
The thread is discussing setting tooltips, but the same approach is valid for deciding what to include in a context menu. Once you have the cell, you can look at its Row property to get the row.