Board index » delphi » TStringGrid & Drag/Drop

TStringGrid & Drag/Drop

I didn't like the inherent TstringGrids ability to move rows so I
implemented my own using drag and drop.  It works fine with one
exception.  When the user wants to edit the contents of a row I
display a entry form as opposed to allowing them to edit the grid
itself.  When the entry form is closed the grid is in drag/drop mode.
I have tried placing an EndDrag(False) in various places in the code
but it does not seem to have an effect.  Any suggestions?

TIA

 

Re:TStringGrid & Drag/Drop


A piece of info I left out. To display the entry form the user double
clicks on the grid.

Other Threads