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

[Solved] Getting Error in Footer

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kannan
Top achievements
Rank 1
kannan asked on 18 Sep 2010, 02:24 PM
Hi,
     i am using below code to display footer value.. but this is not display the correct value..
<telerik:GridViewDataColumn.Footer>

 

 

<StackPanel>

 

 

 

<telerik:GridViewGroupFooterCell>

 

 

 

<telerik:SumFunction SourceField="HrsRequired" ResultFormatString="{}Total{0}"></telerik:SumFunction>

 

 

 

</telerik:GridViewGroupFooterCell>

 

 

 

</StackPanel>

 

 

 

</telerik:GridViewDataColumn.Footer>



see the attatched file................


Thanks In Advance,
Kannan.S

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 20 Sep 2010, 02:58 PM
Hello kannan,

There is no need in your case to predefine the GridViewGroupFooterCell for setting an aggregate function for the group. You may take a look at our online documentation for more information about Group Aggregate Functions and Column Aggregate Functions. Thus, as long as you set the ShowColumnFooters and ShowGroupFooters properties of the grid, you will be able to see the results of the aggregate functions in the footers of the grid. 
 

Greetings,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
kannan
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or