Topic: Table Grid Column Footer Color

Hello MVD!

I have column Balance and I put a color on that column.... but on the footer for that particular column
I want also a a color. 

Any sample for this query.... Pls. help

Re: Table Grid Column Footer Color

Hi Manix,
It's almost the same syntax as for coloring the column (but obviously, you don't need to loop through the rows);  here's an example
form1.tablegrid1.columns[1].footer.color := clred;
Regards,
Derek.

Re: Table Grid Column Footer Color

Thank you derek but all i wanted is the text only but not the cell..

Thanks!

Re: Table Grid Column Footer Color

manixs2013 wrote:

Thank you derek but all i wanted is the text only but not the cell..

Thanks!

Unfortunately there is no a way to do this, you may only change a background color of Footer.

Dmitry.