ASPxClientPivotGrid Events
The client-side equivalent of the ASPxPivotGrid control.
Name | Description |
---|---|
After |
Obsolete. Fires after a callback that has been processed on the server returns back to the client. |
Before |
Obsolete. Fires before a callback is sent to the server for server-side processing. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Cell |
Occurs when a cell is clicked. |
Cell |
Occurs when a cell is double clicked. |
Customization |
Fires on the client side after the customization form’s visible state has been changed. |
End |
Occurs on the client after a callback’s server-side processing has been completed. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Popup |
Occurs when a custom menu item has been clicked. |
See Also