I am coming across this infamous error in my Delphi application. In my ADODataSet, I have set my CommandType to cmdText, and then set CommandText to SELECT * FR
If I set DragMode to dmAutomatic it prevents me from selecting rows. If I used OnCellClick to call BeginDrag it only fires on mouse up, which is not dragging in