AdvStringGrid + DisjunctCellSelect -> Can't select cells with ArrowKeys

Hallo,
I have a TAdvStringGrid with DisjunctCellSelect = true. If I select a cell via Click and then press arrow up or down key, the cell is not selected correctly:
grafik

Expected behaviour (like it is in the windows explorer) would be, that the entry with the black-border at the bottom is selected, i.e. has the orange selection color

This is by design when DisjunctCellSelect = true.
Arrow keys move the focuses cell, spacebar will do cell selection.
When DisjunctCellSelect is enabled, it needs to offer the possibility to have no and multiple cells selected as well, so the space key is the key that performs selection.

Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.