I'm using Kendo UI Drag & Drop library in my project. In sample, I found how to use 'Div" with drag & drop. But my requirement is to use drag & drop between two iframes. Can you share your ideas about how to implement this functionality.
1 Answer, 1 is accepted
0
Petyo
Telerik team
answered on 22 Feb 2013, 08:53 AM
Hi Balaji,
Drag and drop between iframes is a fairly complex task (involving exchanging messages between multiple HTML documents, for instance). The Drag & Drop component does not have a built-in feature that facilitates such behavior.