tooltip time

Hi,
I’m new to dhtml,
How to set time for tooltip in grids?
can anybody please help me on this

Thanks,
Tulips

What do you mean by time?
dhtlmxGrid uses native tooltips of browser so you can’t control their timing, only values.

Thanks for the reply.
I want to display the tooltip for certain amount of time.
For example,tooltip displays message when we put the mouse over it,when we put mouse over it for longer time,It should not display all the time i.e when we put mouse on the data that has tooltip,I wanted to display it for 6seconds (basically how much time you want to display it).
I have 3 questions regd.tooltips in grid,
how to give display time value to tooltip?
Is it possible to give time value totooltip?
is it possible to give display time value to tooltip for header in the grid?
I think I explained it properly.

Any ideas,please help

Thanks,
Tulips

I want to display the tooltip for certain amount of time.
Unfortunately it can’t be controlled from javascript.

All tooltips in the grid is not custom objects, they are native tooltips of browser, and can’t be controlled from the script.

Thanks for clearing doubt.

tulips