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
805
Summery problem
posted

Hello,

I need to have a sum calculation on my columns.

The summery menu shows only Maximum, Minimum and Count. The datatype of my bound data is string, but i have a ValueConverter, which converts the string to integer...so I guess I should have a sum operand.

I even tried to add the operand manually by setting:

column.SummaryColumnSettings.SummaryOperands.Add(new SumSummaryOperand());

What happens is that I actually see the sum operand in the summery menu, but nothing else (no max, min, count). When I choose sum it appears ""Sum=" in the summery row, but no calculation happens.

Any ideas to solve this are very welcome

Thanks

Enrico