I am going to use the footer to sum all values.
<
telerik:GridViewDataColumn.AggregateFunctions
>
<
telerik:SumFunction
ResultFormatString
=
"{}{0:C2}"
/>
</
telerik:GridViewDataColumn.AggregateFunctions
>
There are many columns, one of them I want to set the foreground color as Red.(Not all columns, just one important column)
First question: How to do it?
Second question: I saw the bottom border line of the footer is gone. Why?
Thanks