TeeGrid - How to select multiple rows with mouse?

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Softtouch
Newbie
Newbie
Posts: 4
Joined: Mon Oct 18, 2021 12:00 am

TeeGrid - How to select multiple rows with mouse?

Post by Softtouch » Mon Oct 18, 2021 7:56 pm

How do I select multiple rows with the mouse? I cant find any property to enable multi-row selection.

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeGrid - How to select multiple rows with mouse?

Post by Yeray » Wed Oct 20, 2021 7:59 am

Hello,

Try with these properties:

Code: Select all

  TeeGrid1.Selected.FullRow:=True;
  TeeGrid1.Selected.Range.Enabled:=True;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Softtouch
Newbie
Newbie
Posts: 4
Joined: Mon Oct 18, 2021 12:00 am

Re: TeeGrid - How to select multiple rows with mouse?

Post by Softtouch » Wed Oct 20, 2021 10:03 am

Thanks, that works, but is still not as I need it.
I can select a range, but cannot select for example the first and third row by holding the ctrl key, or using shift and click to select all rows from the first select to the click position, just as it normally is with grids/listview etc.

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeGrid - How to select multiple rows with mouse?

Post by Yeray » Thu Oct 21, 2021 10:54 am

Hello,
Softtouch wrote:
Wed Oct 20, 2021 10:03 am
I can select a range, but cannot select for example the first and third row by holding the ctrl key, or using shift and click to select all rows from the first select to the click position, just as it normally is with grids/listview etc.
This is a feature request already in the list (#2165).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Softtouch
Newbie
Newbie
Posts: 4
Joined: Mon Oct 18, 2021 12:00 am

Re: TeeGrid - How to select multiple rows with mouse?

Post by Softtouch » Fri Oct 22, 2021 6:30 pm

Hm a standard feature of any list control is a feature request for teeGrid? Pity I didn't know that before I purchased it.

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeGrid - How to select multiple rows with mouse?

Post by Yeray » Mon Oct 25, 2021 11:17 am

Hello,

We are reviewing it and I hope it will get into for the next release.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply