Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Drag and Drop between user controls in different Tile Panes.
posted

Hello,

I currently have Drag and Drop framework code working for a Datagrid and a Textbox user control that are both in the same TilePane of a Tile View. 

The next level I am trying to achieve, hopefully it is possible, say the Datagrid and Textbox user controls are now in different TilePanes.  I want to be able to grab a data row from the Datagrid.  Drag and drop the data item into the Textbox that is now located in another Tilepane of the Tileview.  How do I achieve this?

Thanks in advance,

Kiet