Grid Row hint

Good afternoon to all,

there's a way to see one hint for a specific row?



I'm tring to show a hint .... without any result.

I have text hint stored in a hidden cell.

The result to get is, once the mouse cursor is over the row with the cell in column x and the cell value is <>'', show the hint with the cell value.



I tried to set heintshowcells:=True, also with the comments ... but i have some problem ..

Where i wrong ??



Thank's for all



Daniele

If you set grid.ShowHint = true and implement OnGridHint, it returns the parameter of the cell over which the mouse is and you can return via this event the hint text to display.