I understand that you can create a list of items within Treeview and these can be dragged onto the Diagram, but how can I change these to an HTML Node. I know I can do
<DiagramEvents OnDrop="@OnDrop"></DiagramEvents>
to create an HTML node, but how when I use OnNodeDragStop within Treeview I am unable to create an HTML node within the Diagram.
So, basically, how can I drag a Treeview item and have it converted to an html node when dropped onto the Diagram.
I am using the latest version of Syncfusion tools