RowSelect still shows box around cell in first col

Hi,

I've recently updated TAdvStringGrid from a pretty old version, and now I have an issue where a grid with goRowSelect turned on shows a box around the first non-fixed cell in the selected row.
The box is not shown when the grid loses focus, and it is always around the first non-fixed cell, even if I click another cell in the row.


How can I remove that box?

Thank you.

set:

AdvStringGrid.HideFocusRect := true;

Awesome. Thank you :)