DevExtreme jQuery - ODataStore Events
This section describes events that the ODataStore raises.
inserting
Raised before a data item is added to the store.
Type:
Event
Function parameters:
values:
The data item to be added.
Main article: onInserting
loaded
Raised after data is loaded to the store.
Type:
Event
Function parameters:
result:
Array<any>
The loaded data.
Main article: onLoaded
loading
Raised before data is loaded to the store.
Type:
Event
Function parameters:
loadOptions:
Data processing settings.
Main article: onLoading
modified
Raised after a data item is added, updated, or removed from the store.
Type:
Event
Main article: onModified
modifying
Raised before a data item is added, updated, or removed from the store.
Type:
Event
Main article: onModifying
push
Raised before changes are pushed to the store.
Type:
Event
Function parameters:
changes:
Array<any>
Changes passed in the push(changes) method.
Main article: onPush
Feedback