This section describes events fired by this UI component.
Raised when a pivot grid cell is clicked or tapped.
Event
Main article: onCellClick
Raised after a pivot grid cell is created.
Main article: onCellPrepared
Raised when the UI component's content is ready.
Main article: onContentReady.
Raised before the context menu is rendered.
Main article: onContextMenuPreparing
Raised before the UI component is disposed of.
Main article: onDisposing
Raised after data is exported.
Main article: onExported
Raised before data is exported.
Main article: onExporting
Raised before a file with exported data is saved to the user's local storage.
Main article: onFileSaving
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged