I have a grid with a summary row:
<igDP:FieldLayout.SummaryDefinitions>
<igDP:SummaryDefinition Calculator="{x:Static igDP:SummaryCalculator.Sum}" StringFormat="{}{1} = {0:#,###,###,##0.00 €}" SourceFieldName="ValorInmueble" DisplayArea="BottomFixed" />
</igDP:FieldLaout.SummaryDefinitions>
The grid is Horizontal. The summary text appears on the left side under the corresponding field. How can I display it in the right side as the data of the field?
Is it posible to customize the text Sum = that appears before the sum?
Thanks
I think I've an answer for your second question,
StringFormat
-Ashwath
Thanks ashwatham,
This is the correct answer to my second question.
Does anybody know how to align to rigth the summary?
I believe you are looking for this.