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
1230
Custom row summary calculator
posted

I have created a custom row summary calculator but do not know how to attach it to a field in the xamDataGrid.  I build it and register it in code and then reference it in the xaml as follows:

<igDP:SummaryDefinition

StringFormat=" {0:#,##0.00;(#,##0.00);0.0}"

Key="WorkUnitLaborMult"

SourceFieldName="WorkUnitLaborMult"

Calculator="ProjectEffectiveMult" Position="UseSummaryPositionField"/>

The summary comes up blank when the grid is displayed.  Using the debugger I can tell it is not running through the custom calculation class code.

 

Thank you for your help.

Parents Reply Children
No Data