This is a migrated thread and some comments may be shown as answers.

How to make the cell's background color red and font bold of the GridViewDataColumn.AggregateFunctions?

0 Answers 67 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ABC
Top achievements
Rank 1
ABC asked on 04 Oct 2012, 11:12 AM
when I use the bold AggregateFunctions at the bottom of the column in gridview ,how to change the average,max,min cell background color and its font?
I seems that it has no property called "BackGround"?
 <telerik:GridViewDataColumn Width="*" Header="Math"   DataMemberBinding="{Binding MathValue}"   >
                                                        <telerik:GridViewDataColumn.AggregateFunctions>
                                                            <telerik:AverageFunction  />
                                                            <telerik:MaxFunction  />
                                                            <telerik:MinFunction  />
                                                        </telerik:GridViewDataColumn.AggregateFunctions>
                                                    </telerik:GridViewDataColumn>

No answers yet. Maybe you can help?

Tags
GridView
Asked by
ABC
Top achievements
Rank 1
Share this question
or