Adding tool tips to dojo DataGrid items

Posted by Joakim Lundborg on Stack Overflow See other posts from Stack Overflow or by Joakim Lundborg
Published on 2010-03-09T17:11:16Z Indexed on 2010/03/30 17:23 UTC
Read the original article Hit count: 623

Filed under:
|
|

I would like to add a tooltip with some extra data to each row in a dojox.grid.DataGrid. I have tried to create an onCellMouseOver handler, but I can't get the data item data out of the event object I'm getting.

What is the best way to add a tooltip to a DataGrid row?

© Stack Overflow or respective owner

Related posts about dojo

Related posts about datagrid