I want to use TAdvGridDropDown to display data and let the user change values in a cell-dropdown and directly inserted (only numbers).
When I do the following:
AdvGrid.Grid.FixedRows := 0;
AdvGrid.Grid.Rowcount := 4;
The grid still shows 1 fixed row and zero normal rows.