Search found 4 matches

by Softtouch
Fri Oct 22, 2021 6:30 pm
Forum: VCL / FMX
Topic: TeeGrid - How to select multiple rows with mouse?
Replies: 5
Views: 19543

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

Hm a standard feature of any list control is a feature request for teeGrid? Pity I didn't know that before I purchased it.
by Softtouch
Wed Oct 20, 2021 10:03 am
Forum: VCL / FMX
Topic: TeeGrid - How to select multiple rows with mouse?
Replies: 5
Views: 19543

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

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.
by Softtouch
Tue Oct 19, 2021 4:48 pm
Forum: VCL / FMX
Topic: Grid.Cells.Hover does not exist
Replies: 1
Views: 15999

Grid.Cells.Hover does not exist

The following code from your "New and improved features" for the 1.11 version does not work: Cell (or all cells in row) under mouse cursor can be highlighted: TeeGrid1.Cells.Hover.Visible:= True; TeeGrid1.Cells.Hover.FullRow:= True; TeeGrid1.Cells.Hover.Format.Stroke.Size:= 2; TeeGrid1.Cells.Hover d...
by Softtouch
Mon Oct 18, 2021 7:56 pm
Forum: VCL / FMX
Topic: TeeGrid - How to select multiple rows with mouse?
Replies: 5
Views: 19543

TeeGrid - How to select multiple rows with mouse?

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