GridSummaryCalculationMode
Enumeration representing different calculation modes for grid summaries.
- rootLevelOnly: Summaries are calculated only for the root level.
- childLevelsOnly: Summaries are calculated only for child levels.
- rootAndChildLevels: Default value; Summaries are calculated for both root and child levels.
Type
GridSummaryCalculationMode = typeof GridSummaryCalculationMode[keyof typeof GridSummaryCalculationMode] Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:475, projects/igniteui-angular/core/src/data-operations/grid-types.ts:480