Search code examples
delphidrag-and-dropdevexpresstcxgrid

How can I tell which TcxGrid row the user dropped something onto?


The user is dragging something over my TcxGrid component. How can I know which row it gets dropped on?


Solution

  • Here is an example located on the DevExpress site for a drag and drop inside a cxGrid. I used the same technic to implement a drag and drop between two cxGrids.

    How to implement drag-and-drop inside a Grid