TAdvStringGrid versus selecting multiple rows

I'm using TAdvStringGrid v6.0.4.2. It is possible to select multiple rows by pressing and holding the 'SHIFT' key. I prefer to disable this option. How can I do this?



Thank you in advance for your help.

Set goRangeSelect = false in grid.Options

Yes, this works properly. Thank you for your support. :)