Posted 3 October 2019, 11:06 am EST
Hi,
I have a flex grid grouped by a column and am trying to identify which row a user is hovering over in order to show a conditional tooltip. I have tried using the hittest method, passing in me.pointtoclient(cursor) x an y coordinates. The row number returned however doesn’t match the index of the rows collection i.e. row 2 in the rows collection is classed as row 3 by the hit test as it appears to be counting group rows.
Is there a ways of returning the exact row being hovered over?
Any help would be greatly appreciated.
Paul