Hello,
Is is possible for a TAdvStringGrid to have 1 fixed row and no normal rows (ie. to display an empty dataset for example) ? If I reduce the row count to 1 then the fixed row is "broken".
Very best regards,
Olivier
Hello,
Set grid.FixedRowAlways = true
Thank you very much !