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.
I don't want to do in client side because for some nodes, I don't want to display buttons when hover on node. Since users can't do anything with those nodes that means they can't add new nodes to that particular node thatswhy want to do in server side based on business conditions. Can you please take a look at the post regarding how to add the template for the treeview which is not databound (creating nodes manually).
I am attaching a sample project. First tree is working fine, I want to display second tree, which isn ot databound. Please add AjaxControlToolkit dll because I've removed it to reduce size of attached file.
You can add the nodes manually to the tree if you do not want to bind it. The enclosed page builds the nodes dynamically and adds an AsyncFileUpload control.
I am following up with you and if the issue was resolved.
The issue was resolved.