TeeGrid - How to select multiple rows with mouse?
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.
Re: TeeGrid - How to select multiple rows with mouse?
Hello,
Try with these properties:
Try with these properties:
Code: Select all
TeeGrid1.Selected.FullRow:=True;
TeeGrid1.Selected.Range.Enabled:=True;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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.
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?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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.
Re: TeeGrid - How to select multiple rows with mouse?
Hello,
We are reviewing it and I hope it will get into for the next release.
We are reviewing it and I hope it will get into for the next release.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |