TMSFMXGrid uses fieldname in stead of displaylabel

When I bind a datasource to the FMX Grid where in the table the fields are persistent and the displaylabels are set, the grid stil shows me the fieldnames as header instead of the displaylabels.
Anyone know how to fix this??

Hi, 


You can override the headers by returning the correct data in the OnGetCellData event. The header values will be overriden.

Kind Regards, 
Pieter

You can try to set the Headername in the livebindings columns