Hi All,
Can any one help me in changing the SummaryResult to round upto 4 places? The values in the column are also upto four decimal places but still the Summary Result rounds upto 2 decimal places.
Thanks
Prakash
Thanks Alex. It works
Hello Prakash,
Have you tried the FormatString property of the SummaryDefinition. There is a sample showing this in the xamFeatureBrowser - XamDataGrid - Row Summaries - Formatting Row Summaries, for example something like this:
<igDP:SummaryDefinition
StringFormat="{}{1} = {0:$#,##0.0000}"
Key="PositiveSum"
SourceFieldName="PositiveSum"
Calculator="Average"/>