This question is locked. New answers and comments are not allowed.
                        
                        Hi Telerik team,
How can we customize display in "AggregateFunctions" columns? Samples: We have 2 Sumfunctions like this
In the GUI, 2 sumfunctions will be arranged vertically ("Total Percentage" and then "Total Headcount" ), but they must be arranged horizontally. We can't find the way to do this. Could you help us?
Thanks
                                How can we customize display in "AggregateFunctions" columns? Samples: We have 2 Sumfunctions like this
<telerik:GridViewDataColumn.AggregateFunctions>   <data:SumFunction SourceField="CurrentPercentage" Caption="Total Percentage:  "/>   <data:SumFunction SourceField="CurrentHeadcount" Caption="Total Headcount  :  "/> </telerik:GridViewDataColumn.AggregateFunctions> In the GUI, 2 sumfunctions will be arranged vertically ("Total Percentage" and then "Total Headcount" ), but they must be arranged horizontally. We can't find the way to do this. Could you help us?
Thanks

