Unexpected Behavior After Selecting Cell

Drop an Advstringgrid on a form.

Set the following on the grid: 
options.goediting := True;

rowcount := 100;

in form.onshow, add the following
advstringgrid1.Row := 1;
advstringgrid1.Row := 1;

Run the program and scroll the grid partway. Type in a grid cell but don't set the text (do not press enter or lose focus from that cell).

Use the grid's scroll bar and scroll back to the top of the grid, Cell 0,0 is now selected and the fixed cell appearance is missing.

I assume that this is not the intended behavior. If so, can this be corrected?

We traced & solved this issue. Next update will address this.

Thank you!