In the same example add Button3:
procedure TForm1.Button3Click(Sender: TObject);
begin
ShowMessage('The car has : ' + DBAdvGrid1.ColumnByFieldName['CC'].Rows[DBAdvGrid1.Row]);
end;
The behaviour is different when grouped. It does not show de CC field when grouped.