I am creatiung a C# application that will use the radtreeview.
when a new node is added the tag and value properties are set identifying the type of node being created.
drag and drop are enabled and working as one would expect. the tag and value follow as the user drags node in the tree, works very nice.
I enabled the default context menu for copy and paste, by a copied node only seems to keep the "text" the tag and value are not copied the are NULL; What events can i intercept and make sure the copied data follows the new node. i cant seem to identify the equivilent to all the asp examples for winforms. (IE args.getsourcenode/args.getdestnode.)
The next question i will have is about copying the singlenode vs the tree.
am i missing somthing or should i just implement my own context menu?
when a new node is added the tag and value properties are set identifying the type of node being created.
drag and drop are enabled and working as one would expect. the tag and value follow as the user drags node in the tree, works very nice.
I enabled the default context menu for copy and paste, by a copied node only seems to keep the "text" the tag and value are not copied the are NULL; What events can i intercept and make sure the copied data follows the new node. i cant seem to identify the equivilent to all the asp examples for winforms. (IE args.getsourcenode/args.getdestnode.)
The next question i will have is about copying the singlenode vs the tree.
am i missing somthing or should i just implement my own context menu?