OleDragDrop on Fixed Cells

Is there a way to use ole drag & drop on fixed cells? It works perfectly on regular cells. 

If I activate "goRowMoving", then I can move the whole row but I don't think it is the same behavior. My grid has 4 fixed columns and I would like to know which cell was dragged & dropped. 

Best regards,

Roberto

Assuming you are referring here to drag & drop of cells, set

grid.Navigation.AllowClipboardAlways = true to force that you can also paste in fixed cells during a drag & drop operation.

Hello Bruno,


Your solution (AllowClipboardAlways = true) allows me to drop regular cells on top of fixed cells. However, what I need is to be able to drag fixed cells and drop them on top of either regular or fixed cells.

Best regards,

Roberto

Sorry, selection within fixed cells is not possible, hence, there can't be selection performed from where a drag & drop operation is started.