Custom grid cell tooltip. Possible?

Hello. I’m trying to assign a custom tooltip to a custom grid cell (not to header cell!)
I didn’t find any standard way, so i tried to apply some trick. E.g. i return the value of certain cell like

<div title='custom tooptip'>Cell value</div> 

and it works… just one time when mouseover event fires. After that your component assigns some default value to all child elements title attribute.

You can use “title” attribute of the “cell” tag:

<cell title="custom tooptip">Cell value</cell>