OnGroupConfigChanged - cWebList

Event indicating that the user changed the grouping configuration

Type: Event

Parameters: tWebGroupConfig[] aGroups

ParameterDescription
aGroupsArray indicating on which columns the data is grouped.


Syntax
Procedure OnGroupConfigChanged tWebGroupConfig[] aGroups

Description

Event indicating that the user changed the grouping configuration.

This event is called whenever the user changes the grouping configuration using the group selector. Note that this event is only active when peGrouping is set to grpAutomatic.

This event can be used to store a group config in a custom location, where by default it is stored in local storage (pbStoreGroupConfig is True).

The tWebGroupConfig strung contains the column id (matching piColumnId of cWebColumn), the label and the sort direction for each group.