teegrid - drag and drop of a column?

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
eXasoft
Newbie
Newbie
Posts: 1
Joined: Mon May 30, 2022 12:00 am

teegrid - drag and drop of a column?

Post by eXasoft » Mon Apr 22, 2024 7:41 am

hi, how i can realize an drag and drop action with teegrid? f.e. drdr of a column to a button and will show the columnname/index..

Tks..

Marc
Site Admin
Site Admin
Posts: 1220
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: teegrid - drag and drop of a column?

Post by Marc » Tue Apr 30, 2024 3:41 pm

Hello,

Sorry for the delay replying. There's no inbuilt drag-drop functionality but using the TGridSelection obtained as Sender in the Grid Select event would be a way of achieving the objective. We'll have a look at making up an example.

Regards,
Marc Meumann
Steema Support

Post Reply