Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Bolding Summary Column Based on a Value
posted

I have Xamgrid with a summary row.  For one of  the column summaries (not all), I need to bold it depending on a particular external value.  In other words I need to evaluate the value of the summary cell & compare it to another value and display it bold if they match.  Below is the summary definitions.

Thanks,

 

 

 

 

 

 

 

 

<

 

igDP:FieldLayout.SummaryDefinitions>

 

 

 

 

 

<igDP:SummaryDefinition Key="totAmts" SourceFieldName="Amts" Calculator="Sum"

 

 

StringFormat="{Binding Source={x:Static inf:FormatStrings.Summaryformat}}">

</igDP:SummaryDefinition>

 

 

 

 

<igDP:SummaryDefinition Key="totalacrued" SourceFieldName="acrued" Calculator="Sum"

 

 

StringFormat="{Binding Source={x:Static inf:FormatStrings.Summaryformat}}" TextBlock.TextAlignment="Right"></igDP:SummaryDefinition

>

 

 

 

 

<igDP:SummaryDefinition Key="totNetAmts" SourceFieldName="NetAmts" Calculator="Sum"

 

 

StringFormat="{Binding Source={x:Static inf:FormatStrings.Summaryformat}}" TextBlock.TextAlignment="Right"

 

 

 

>

 

 

 

 

 

 

</igDP:SummaryDefinition>

Parents Reply Children
No Data