StringGrid

XE6, Windows 8.1

When navigating with keyboard, arrow up/down, every second row gets focus, not the next row.

Version 7.9.1.0.

I didn't see this in earlier versions.

Regards
Ole

Did you implement the OnCanEditCell event?

No. The code is not changed for a long time, no problems with earlier versions of the grid.

Regards,
Ole

I cannot reproduce this with a default grid on the form. So, how can this be reproduced?

I'm sorry, I don't have time to investigate now.

I have reinstalled version 8.1.0.0 and everthing is ok again.

In an ordinary TAdvStringGrid without event handlers the problem was not present. But in some of the grids I use several:

OnAutoAddRow,
OnCellChanging
OnCellValidate
OnColChanging
OnGetEditorType
OnKeyDown
OnKeyPress
OnRowChaning
OnSetEditText

I also had problems with ClearRows in 8.1.1.0, not clearing anything, this was random. Again in 8.1.0.0 this does not happen.

Regards,
Ole