:: Forum >>

Tooltips in Grid?

Hey,

I found nothing about tooltips in grid v2... Is there any support for tooltips?
Michael
Tuesday, December 6, 2005
obj.setCellTooltip("your tips", column);
Jarlau
Wednesday, December 7, 2005
does this mean you have to set the tooltip like that for every cell in the grid? what if there is over 1000 records? does that mean that we will have 1000 lines of this code?
Friday, February 24, 2006
For EVERY cell in a COLUMN use:
obj.setCellTooltip("your tips", column);

For a SINGLE cell use:
obj.setCellTooltip("your tips", column,row);
Rob Francis
Friday, February 24, 2006

This topic is archived.


Back to support forum

Forum search