A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - PivotGridDataSource Events

This section describes events that the PivotGridDataSource raises.

changed

Raised after data is successfully loaded.

Type:

Event

Main article: onChanged

fieldsPrepared

Raised when all fields are loaded from the store and they are ready to be displayed in the PivotGrid.

Type:

Event

Function parameters:

Main article: onFieldsPrepared

loadError

Raised when data loading fails.

Type:

Event

Function parameters:
error:

Object

The error.

Main article: onLoadError

loadingChanged

Raised when the data loading status changes.

Type:

Event

Function parameters:
isLoading:

Boolean

Indicates whether data is being loaded.

Main article: onLoadingChanged