This question is locked. New answers and comments are not allowed.
Hi,
i am using below code to display footer value.. but this is not display the correct value..
<telerik:GridViewDataColumn.Footer>
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