Using AngularJS I have a grid that I can drag the header from and place into an input field.
What I would like to do is drag and place this header in the same fashion that DataTransfer.setData() works, this will allow me to keep adding information to the input field in whichever order I would like.
Here is a plunker with an example of what I am trying to achieve though some reason the kendo header won't populate the input in plunker but it does work on my local project.
Thanks, any help on this would be great as I really want to use the kendo grid for this