Skip to main content
A newer version of this page is available. .

MVCxClientPivotGrid Events

A client-side counterpart of the PivotGrid extension.
Name Description
AfterCallback Obsolete. Fires after a callback that has been processed on the server returns back to the client. Inherited from ASPxClientPivotGrid.
BeforeCallback Obsolete. Fires before a callback is sent to the server for server-side processing. Inherited from ASPxClientPivotGrid.
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientPivotGrid. Inherited from ASPxClientPivotGrid.
CellClick Occurs when a cell is clicked. Inherited from ASPxClientPivotGrid.
CellDblClick Occurs when a cell is double clicked. Inherited from ASPxClientPivotGrid.
CustomizationFieldsVisibleChanged Fires on the client side after the customization form’s visible state has been changed. Inherited from ASPxClientPivotGrid.
EndCallback Occurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientPivotGrid.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
PopupMenuItemClick Occurs when a custom menu item has been clicked. Inherited from ASPxClientPivotGrid.
See Also