No we do not have such example but drag/drop between RadDiagram and another control could be quite straight forward. You can use the DragDropManager to achieve your requirement. Basically, you can subscribe for its DragInitialize event and in the event handler create new DiagramDropInfo with the shape that will be generated from the grid row's data. Here is an example: