Show a no in column(0) of TDBAdvGrid

I'm trying to show an increasing number in col 0 (starting from1 up to the number of rows) - therfore I put

DBAdvGrid1.AutoNumberOffset:=1;
DBAdvGrid1.AutoNumberStart:=1;
DBAdvGrid1.AutoNumberCol(0);

and pagemode is set to false. But no numbers are visible in col(0). So, what's to do to make that possible?

Hartmut

Is this a fixed column or when it is a normal column, is FieldName =empty?

It is a fixed column.

I cannot see an issue.
I tested this with the demo Demo\DBAdvGrid\ADOEditing with PageMode = false and calling dbadvgrid1.AutoNumberCol(0) after activating the dataset and this shows the row numbers.