Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Multiple-Node Drag drop in Infragistics WebUI UltraWebTree (v 8.1)
posted
I have a requirement that in a Infragistics WebUI UltraWebTree (v 8.1), the user should be able to select multiple nodes of a level and should be able to drag drop all to another parent node at a time. E.g.: - Root Node | |_Parent Node1 | |_Child Node 1 | |_Child Node 2 | |_Parent Node 2 Currently User is able to select ChildNode1/ChildNode2 individually, drag and drop it to ParentNode2. But the requirement is to select both ChildNode1 & ChildNode2 at a time, drag & drop both to ParentNode2. Is this possible in UltraWebTree? Any help on this!!!
  • 3726
    posted

    Hi there,

    UltraWeb controls will be retired when 11.1 release goes out. I suggest that you do not use this control for D&D but use the new WebDataTree control which has state of the art D&D working in all browsers with rich client side model. Using WebDataTree D&D you can drag one or more nodes to the same or other trees on the page. It is fast and we have tested it with trees having 6000 of nodes.

    Take a look at http://samples.infragistics.com/2010.3/WebFeatureBrowser/Default.aspx -> WebDataTree -> Drag and Drop

    Hope this helps.