Row select AdvStringGrid

Hello,

How to select row in AdvStrinGrid. I use RowSelect property = true. After filling grid I use

BrOs:TAdvStringGrid;
......
  if BrOs.RowCount>1 then begin
    BrOs.RowSelect[1];
    BrOs.FocusCell(1,1);
  end;

and this select only cell(1,1). In the previous (ie 4.7.xx)  versions of TMS it selected and focused all the row.

Michal

Please post grid related questions in the Grids forum.


If this is a single row select grid, set the selected row with grid.Row: integer property