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
HI,
I am attaching a sample project that does drag and drop from different titles.
When you run the project, select a cell in the XamGrid and start a drag and drop operation and drop the data into the textbox in the opposite pane.-
Please review my sample.
Sincerely,
Matt
Developer Support Engineer
HI, Here is another sample, where I drag a row from the XamGrid and drop it into a Textbox and delete the row from the XamGrid.
Sincerely, Matt Developer Support Engineer