Show how to implement a custom ComboBoxEdit with TreeView as a PopupContent and use it inside DXGrid as a custom column. We've modified this code example by using the DevExpress control version 13.1.
Given a TreeView in single-selection mode, dragging and then dropping a selected item causes the item to be unselected: I view this as a bug. A drop should not cause the selected item to be unselected ...