New to Telerik UI for BlazorStart a free 30-day trial

The group aggregate context object of the column available in the Group Header and Footer templates. Contains properties for the result of all possible aggregate functions, namely Count, Sum, Average, Min and Max.

Definition

Constructors

C#
public GridGroupTemplateContext()

Properties

A dictionary containing all available aggregates for the current group.

C#
public Dictionary<string, GridGroupAggregateResult> AggregateResults { get; set; }

The value of the current group.

C#
public object Value { get; set; }