What I'm trying to do is have your tooltip control hooked to an image. Your tooltip should open when the image is clicked and I've adjusted the ToolTipShowEvent as necessary and everything works correctly.
However...if I want a regular (non-Telerik) tooltip to show when I hover over said image I would normally assign its ToolTip property to the desired text. By setting this however it wipes out the ItemTemplate and replaces it with the tooltip text.
I realize the reasoning behind this since you would normally have your tooltip control as a replacement of the default tooltip functionality. Is there some option that I'm not seeing to allow my desired behaviour?
Thanks
However...if I want a regular (non-Telerik) tooltip to show when I hover over said image I would normally assign its ToolTip property to the desired text. By setting this however it wipes out the ItemTemplate and replaces it with the tooltip text.
I realize the reasoning behind this since you would normally have your tooltip control as a replacement of the default tooltip functionality. Is there some option that I'm not seeing to allow my desired behaviour?
Thanks