AdvStringGrid

Hello,

I would like to disable the function CTRL+A (Select all) in AdvStringGrid.
Is there also a way to solve this without AdvSysKeyboardHook ?

Many thanks in advance !

We investigated this and we've seen this was not a behavior that could be disabled in an easy way.
A possible way would be to create a descending class, override KeyDown() and block the ctrl-A key.

We have however introduced a new property grid.Navigation.AllowSelectAll: boolean with which this can be now easily enabled or disabled.

The next release will feature this new setting.

Thank you !