Essential Grid Silverlight
Grid not showing Sum in SummaryRow
January 27, 2012 04:48 AM by Krison Srinivas K[Syncfusion]
Ross Macintyre
Grid not showing Sum in SummaryRow
January 9, 2012 08:32 AM
Hi

I have a grid in Silverlight which shows all the data correctly and I want to add a total of the hours entered at the bottom.

Sounds straight forward, however the Sum format doesn't seem to be working for me and I get nothing appearing in the line other than "Total Hours -".

If I change the format to a count, then the correct information is returned.

Anyone have an idea why this would be happening?

Regards

Ross

<syncfusion2:GridDataControl.TableSummaryRows>
<syncfusion2:GridDataSummaryRow ShowSummaryInRow="True" Title="Total Hours - {TimeSummary}" >

<syncfusion2:GridDataSummaryRow.SummaryColumns>
<syncfusion2:GridDataSummaryColumn
x:Name="TimeSummary"
MappingName="clientData.TimeEntered" SummaryType="Int32Aggregate"
Format="'{Sum:##.00}'"
SummaryColumnName="TimeSummary" />

</syncfusion2:GridDataSummaryRow.SummaryColumns>
</syncfusion2:GridDataSummaryRow>
</syncfusion2:GridDataControl.TableSummaryRows>



Krison Srinivas K
[Syncfusion]
Grid not showing Sum in SummaryRow
January 27, 2012 04:48 AM
Hi Ross,

We have analyzed your requirement and prepared a sample based on your requirement and you can find the sample under the following location:

Sample Link: http://www.syncfusion.com/downloads/Support/DirectTrac/89644/CustomSummariesDemo1685802199.zip

Please let us know if you have any queries.

Regards,
Krison


::adCenter::