views:

163

answers:

1

For example, dragging a row from a datagrid table to another datagrid table? However the other datagrid table just present the row, it manipulates the data gathered and present it in its own way. I am using wpf toolkit...

Can show me a sample example on this? Thanks.

A: 

Here is a good place to start. Although the tutorial is shown for ListBox, it can also be adapted for DataGrid (although I have not tried it for myself).

Tri Q