Hello,
i use TAdvGrid for my WIn32 Application. Know I use XE6 and FireMonkey (TTMSFMXGrid) to develop an Android App. But i miss :
Grid.Columns.items[0].Header := 'Name for the header';
where is it?
Grettings
Axel
Hello,
You can set the column header text directly as cell text via grid.Cells[columnindex,0]: string