Client-side Events

Summary

Properties Description
OnBeforeCommit Occur before KoolPivotTable is commited change to server.
OnBeforeFieldCollapse Occur before all groups of a field is collapsed.
OnBeforeFieldExpand Occur before all groups of a field is expanded.
OnBeforeFieldFilter Occur before field is filtered.
OnBeforeFieldMove Occur before a field is moved.
OnBeforeFieldSort Occur before a field is sorted.
OnBeforeFilterPanelOpen Occur before filter panel is open.
OnBeforeGroupCollapse Occur before a group is collapsed.
OnBeforeGroupExpand Occur before a group is expanded.
OnCommit Occur after KoolPivotTable is commited change to server
OnFieldCollapse Occur after all groups of a field is collapsed
OnFieldExpand Occur after all groups of a field is expanded
OnFieldFilter Occur after field is filtered
OnFieldMove Occur after a field is moved
OnFieldSort Occur after a field is sorted
OnFilterPanelOpen Occur after filter panel is open
OnGroupCollapse Occur after a group is collapsed
OnGroupExpand Occur after a group is expanded
OnInit Occur when KoolPivotTable is first initiated.
OnLoad Occur after KoolPivotTable is loaded/reloaded

Properties Detail

OnBeforeCommitTop

 OnBeforeCommit

Occur before KoolPivotTable is commited change to server. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFieldCollapseTop

 OnBeforeFieldCollapse

Occur before all groups of a field is collapsed. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFieldExpandTop

 OnBeforeFieldExpand

Occur before all groups of a field is expanded. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFieldFilterTop

 OnBeforeFieldFilter

Occur before field is filtered. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFieldMoveTop

 OnBeforeFieldMove

Occur before a field is moved. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFieldSortTop

 OnBeforeFieldSort

Occur before a field is sorted. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeFilterPanelOpenTop

 OnBeforeFilterPanelOpen

Occur before filter panel is open. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeGroupCollapseTop

 OnBeforeGroupCollapse

Occur before a group is collapsed. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnBeforeGroupExpandTop

 OnBeforeGroupExpand

Occur before a group is expanded. Return true/false on handle function to approve/disapprove the action.

Show/Hide Code

Supported from version: 1.0.0.0

OnCommitTop

 OnCommit

Occur after KoolPivotTable is commited change to server

Show/Hide Code

Supported from version: 1.0.0.0

OnFieldCollapseTop

 OnFieldCollapse

Occur after all groups of a field is collapsed

Show/Hide Code

Supported from version: 1.0.0.0

OnFieldExpandTop

 OnFieldExpand

Occur after all groups of a field is expanded

Show/Hide Code

Supported from version: 1.0.0.0

OnFieldFilterTop

 OnFieldFilter

Occur after field is filtered

Show/Hide Code

Supported from version: 1.0.0.0

OnFieldMoveTop

 OnFieldMove

Occur after a field is moved

Show/Hide Code

Supported from version: 1.0.0.0

OnFieldSortTop

 OnFieldSort

Occur after a field is sorted

Show/Hide Code

Supported from version: 1.0.0.0

OnFilterPanelOpenTop

 OnFilterPanelOpen

Occur after filter panel is open

Show/Hide Code

Supported from version: 1.0.0.0

OnGroupCollapseTop

 OnGroupCollapse

Occur after a group is collapsed

Show/Hide Code

Supported from version: 1.0.0.0

OnGroupExpandTop

 OnGroupExpand

Occur after a group is expanded

Show/Hide Code

Supported from version: 1.0.0.0

OnInitTop

 OnInit

Occur when KoolPivotTable is first initiated.

Show/Hide Code

Supported from version: 1.0.0.0

OnLoadTop

 OnLoad

Occur after KoolPivotTable is loaded/reloaded

Show/Hide Code

Supported from version: 1.0.0.0