Drag Drop between grids TMSFMXGrid

I need to implement a drag drop between grids TMSFMXGrid, and I'm not succeeding. Is it possible to get some example.
To activate the Drag Drop have to put DragMode = dmAutomatic property. By doing this, the grid becomes like "Read Only" or "disable" and I can not select a row or a cell to do the drag drop.
Any tips?
thank you

Sorry, at this time there is no built-in support for inter grid drag & drop. Drag & drop is limited to operations within one grid. You'd have to add code for this at application level.