Include aggregation property

Grid columns based on a numeric type can be aggregated and the result shown at bottom of the grid.

GridTotalizer
Grid Aggregators UI

This property lets the developer decide what type of aggregation must be included. The possible values for that property are No, Average, and Sum.

GridTotalizerProperty
Grid Aggregators Property

When the value is different from “No”, K2BTools includes code in the panel to compute the required aggregation and shows it at the grid’s bottom.

When calculating the aggregation value filters are taken into account, and all available pages are considered, not just the one that’s currently visible.

This feature is available in standard grids only, and only when the grid is loaded directly from the database (with a base table, or with a for each command inferred by K2BTools).

See also Aggregate by property.