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
830
Customize Summary Row
posted

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