Kelie
2009-06-30 07:19 UTC
Is it possible to set different tooltip for individual grid cells? From the help file, seems it is not a built-in feature. I guess i can use dcl_Grid_HitPointTest method to figure out the row and column and display a tooltip? or there is a better way? Thanks.
owenwengerd
2009-06-30 18:22 UTC
There is no built-in way to do it, so your idea is probably the best bet.
Kelie
2009-07-01 05:57 UTC
Thanks for confirming this, Owen.
fred_tomke
2009-07-01 06:12 UTC
And how will you hide the tooltip after leaving the mouse from the grid? Is there a chance? Or will the tooltip disappear automatically? I remember a post that asked such a question.
Fred