I'm playing around with the new tooltip and so far so good! I've run into one problem though, which might just be because the documentation has not been published yet. I have a situation where I am showing a tooltip when the user hovers over a grid cell. In the tooltip I have a button where if the user clicks that button I want to do something to the data in the grid for the selected row. My plan was to bind the click event of the button from inside the tooltip's ContentLoad event . But I can't figure out in ContentLoad if there's a way to determine what element caused the tooltip to display. Is there a way to do this? I'd like to be able to get the <td> of the grid cell, and traverse that up to the <tr> so that I can use that to retrieve the grid's data item.
Thanks,
Brian
Thanks,
Brian