This question is locked. New answers and comments are not allowed.
Hi,
[To whomsoever it may concern]
I am using RadTreeListView in my application and need to support drag-drop of external file from filesystem onto any node of tree view.
Once i drop file onto Node, i need to find the node and update its children by reading file contents.
Could you help me achieving the following:
1. Need to find event on external item drop which will help me identify target node. Currently I am able to get the file contents on drop event of tree view but not able to figure out target node.
2. Allowing file drag onto parents nodes and not on any of the child nodes, since child nodes are generated based on contents of file.
Thanks in advance!
Regards,
Abhilash
[To whomsoever it may concern]
I am using RadTreeListView in my application and need to support drag-drop of external file from filesystem onto any node of tree view.
Once i drop file onto Node, i need to find the node and update its children by reading file contents.
Could you help me achieving the following:
1. Need to find event on external item drop which will help me identify target node. Currently I am able to get the file contents on drop event of tree view but not able to figure out target node.
2. Allowing file drag onto parents nodes and not on any of the child nodes, since child nodes are generated based on contents of file.
Thanks in advance!
Regards,
Abhilash