We are using IDictionary<string, object> as a dynamic data source in PivotDataGrid. However, aggregation functions such as AggregateFunction.Sum, Average, Min, and Max do not seem to work as expected.
According to the dynamic data example below, the column is configured with AggregateFunction.Sum:
However, the displayed result appears to be calculated as Count rather than Sum.
Is there any limitation or additional configuration required when performing aggregation on dynamic data sources?