Hello Team,
We have a new feature in application where we will have a page with one RadTreeView and two or three RadEditor.
The RadTreeView will be added to display the list of images and user will drag the image and drop to any editor.
As per the demo the one Treeview and one Editor is working okay. But when I add two or more Editor the dropping is not working in all editor. We can drop the image only the last editor. I also tried to get the destination item (editor or div ) in OnClientNodeDropping event but I did not get the destination item. If we get it when we can add the image in destination item (editor or div ).
Dear expert, is there anyway to get the Id of destination item in OnClientNodeDropping event?
Or
Any solution of this problem problem.
Thanks