Page 1 of 1

TeeGrid - How to select multiple rows with mouse?

Posted: Mon Oct 18, 2021 7:56 pm
by 18692026
How do I select multiple rows with the mouse? I cant find any property to enable multi-row selection.

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

Posted: Wed Oct 20, 2021 7:59 am
by yeray
Hello,

Try with these properties:

Code: Select all

  TeeGrid1.Selected.FullRow:=True;
  TeeGrid1.Selected.Range.Enabled:=True;

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

Posted: Wed Oct 20, 2021 10:03 am
by 18692026
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.

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

Posted: Thu Oct 21, 2021 10:54 am
by yeray
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).

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

Posted: Fri Oct 22, 2021 6:30 pm
by 18692026
Hm a standard feature of any list control is a feature request for teeGrid? Pity I didn't know that before I purchased it.

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

Posted: Mon Oct 25, 2021 11:17 am
by yeray
Hello,

We are reviewing it and I hope it will get into for the next release.