Hi,
I want to display the Add, View buttons when hovered on the tree node. I tried to put the AJAX HoverMenuExtender control in ItemTemplate of WebDataTree. On Node_DataBound event, I am not able find the HoverMenuExtender control which is in WebDataTree's ItemTemplate. If I am able to find the control, I need to set it's TargetControlId property to each node's unique id. How to find the control and how to get the tree node's unique id?
Or Is there any other way to implement hover functionality with Infragistics controls?
Thanks
Can you please provide me with the markup of the WebDataTree control and more information regarding your requirement. Is it similar to the implementation at:
http://mattberseth.com/blog/2007/08/how_to_use_the_hovermenuextend.html
Magued
Can you please take a look at this thread:
http://forums.infragistics.com/forums/t/48132.aspx
The only problem I am facing is not able to find the control with in the template in node_databound event. If I am able to find then I can do what is specified in this link:
http://mattberseth.com/blog/2007/08/how_to_use_the_hovermenuextend.html.