DragDrop of Files on wwDataGrid
I´m trying to drop files on wwDataGrid. My problem is that at the wwDataGrid doesn´t update the Selection when the File is dropped. Is there a way to select the Row in the OnDragDrop-Event?
-
I could set the Row property. The problem is knowing which row i´ve dropped the file on. I only get the Sender, the Data and the Point where it´s been dropped.
procedure TMainForm.Grid1DragDrop(Sender: TObject; const Data: TDragObject; const Point: TPointF);
begin
end;Is there a way to get the row in the grid with the Point?
Please sign in to leave a comment.
Comments
5 comments