You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/grouping/aggregates.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ You can use aggregates in the following templates:
47
47
To enable aggregates:
48
48
49
49
1. Under the `GridAggregates` tag, define the `GridAggregate` entries to enable the aggregations per field you want to use.
50
+
1. If the Grid is bound to a dynamic object, set the `FieldType` attribute of the `GridAggregate` tag (it is of type `Type`).
50
51
1. Use the aggregate result in the templates that support it - their `context` is strongly typed and carries the aggregate values in the respective fields.
51
52
1. Set the grid's `Groupable` property to `true`.
52
53
* If you will be using only `FooterTemplate`s - grouping is not required.
53
54
1. Group the grid to see the effect on group-specific templates
54
55
55
56
56
-
57
57
## Example
58
58
59
59
>caption Use Aggregates in the Telerik Blazor Grid
Copy file name to clipboardExpand all lines: components/treelist/aggregates.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ To enable aggregates:
31
31
32
32
1. Set the grid's `Groupable` property to `true`.
33
33
1. Under the `GridAggregates` tag, define the `GridAggregate` entries to enable the aggregations per field you want to use.
34
+
1. If the TreeList is bound to a dynamic object, set the `FieldType` attribute of the `GridAggregate` tag (it is of type `Type`).
34
35
1. Use the aggregate result in the templates that support it - their `context` is strongly typed and carries the aggregate values in the respective fields.
0 commit comments