telerik-dragdrop

Dragging a Rectangle which is inside a Grid.

Hey there peeps. I managed to sort my "draggable inside grid" issue, however I found another issue. When I start dragging the Rectangle, it dissapears and reappears on mouseup. My code: public Page() { InitializeComponent(); dragGrid.AddHandler(RadDragAndDropManager.DragQueryEvent, new EventHandler<DragDropQueryEventArgs>(On...