GroupConfiguration / PartialGroupConfiguration

Description

A GroupConfiguration is an interface that exposes properties to allow the configuration of groups for the DataGrid’s data. A GroupConfiguration is meant to be used in conjunction with GroupDefinition.

Properties

Property

Type

Description

comparer

Comparer<unknown> | undefined

The Comparer used to group the data.

groups?

PredefinedGroup[]

The list of predefined groups.

expanded

boolean

true if all groups at this level are expanded, otherwise false.

stats?

StatConfiguration[]

The array of StatConfiguration to display aggregates on the grouped dataItems.

A GroupConfiguration can be provided to the DataGrid through the GroupConfigurationCollection.