How can I change background color / font color of a button (or customize other built-in column types controls) in a column defined as gcitButton via OnCellGetProperties or similar event??
BTW:
Found (ACell as TTMSFNCDataGridButtonCell).Button , but there is no color property for the background, as it is a TButton.
Must we use other controls created dinamically and assign them to every cell in the column to be able to change colors?