Position of hint window

Just a quick question:
I want to change to position of the hint window to be not relativ to the cell but relativ to the mouse cursor (like the hint window for buttons). I managed to change that somewhere in the advgrid.pas some time ago, but not this is not working anymore...

Could you give me a hint?

Thanks,
Chris

By default it should always be relative to the mouse cursor unless you have set grid.HintShowLargeText or HintShowCells = true?

It's relativ to the mouse cursor, but only in x direction. This results in some overlapping of the mouse cursor and the hint window. Not a big deal, but i'd prefer the hint window to be located right and below the mouse cursor, like you would expect when hovering over a button.