dijit.tooltip with display column

Hi, i am new to dojo. i am trying to use dijit.tooltip inside a display table column i have to use it on a image source so that when i mouse over that image it will show me the dijit.tooltip with some message. following is my code
this is working fine if is true for only one row but when "" comes true for more than one rows so i see the image in more than more rows of the column. i see tooltip message only for the first row and not for other rows. What i need is that where ever is my image dispayed in the column there on mouse over i should see the message. can anybody help me with this. thanks, Sunny

Back to top