how to work with onMouseOver in dhtmlxGrid

Hello Sir,

I want to display some text on particular cell of the grid when the mouse moves over it.
And disappear it when mouse moves out.

I found onMouseOver and onMouseOut events of grid but in that i am not able to display message on particular cell of grid and even onMouseOut is also working with onMouseOver (It means when i moving mouse both mouse over and mouse out get effected at same time). So i am not able to display message properly.

Can any one help me out on this.
If you are able to provide me some example how to use this then it will very useful to me.

Thanks in advance
Regards,
Nihar Shah

You can display a pop-up tooltip over a particular cell of the grid by adding a title parameter to the specific cell

		<cell title="tooltip">Cell Value</cell>

Thank you very much who ever has given me the Idea to use title as tooltip.
Once again i thank you . :laughing: