hi,
I have an ultra web tree which has two levels like
-Parent 1
--Child 1
----Subchild 11
----Subchild 12
--CHild 2
----Subchild 21
----Subchild 22
When the parent node remains the same, i want to move the subchilds between their parents Child1 and Child2. Please let me know how to do.
Thanks in advance.
Regards,
Parthiban S.
Hello Parthiban,
I haven't heard from you in a few days and just wanted to check to see if the information provided answered your questions and if there was anything else I can do for you. If I don't hear from you in 3 days I will go ahead and close this case as inactive. Once a case is closed you will still be able to open it again within 30 days.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
I am following up to see if the sample and information I sent about drag and drop resolved the questions you had.
Please let me know if I may be further assistance with this.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com/support
I have attached a sample that allows for moving the sub-children between their parents with drag and drop. I also have a few help pages that have instructions on how to do this. The First is a how to with code for moving nodes. http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebTree_Move_Nodes_And_Children_to_Another_Node.html
The second is a page about the Drag-and-Drop Architecture.http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebTree_Drag_and_Drop_Architecture.html
And the last page is about Drag-and-Drop events you can use.http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebTree_Drag_and_Drop_Events.html
If you have any further questions about this please let me know.
also let me know whether Drag and Drop in the same Web Tree is feasible or not.
TIA
Server Side or Client side.
p.s. Client Side would be more userful.