MVCxPivotGrid Events
The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
Name | Description |
---|---|
Add |
Enables you to customize the context menu.
Inherited from ASPx |
After |
Fires after a callback initiated by the ASPx |
Before |
Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed.
Inherited from ASPx |
Before |
Occurs before a layout is restored from a storage, allowing you to cancel this action.
Inherited from ASPx |
Before |
Occurs before the ASPx |
Begin |
Occurs before the control starts recalculating its data.
Inherited from ASPx |
Callback |
Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.
Inherited from ASPx |
Client |
Enables you to save and restore the previously saved layout of the pivot grid.
Inherited from ASPx |
Control |
Occurs after the ASPx |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Enables custom display text to be provided for cells displayed within the Data Area.
Inherited from ASPx |
Custom |
Allows the appearances of cells to be dynamically customized.
Inherited from ASPx |
Custom |
Allows you to replace cell values with custom ones.
Inherited from ASPx |
Custom |
Occurs when a ASPx |
Custom |
Allows you to customize pivot grid data before passing it to a chart control.
Inherited from ASPx |
Custom |
Allows you to change fields and folders order in the Customization Form.
Inherited from ASPx |
Custom |
Provides the ability to sort data using custom rules.
Inherited from ASPx |
Custom |
Allows you to customize field value cells.
Inherited from ASPx |
Custom |
Enables you to display custom text within the Filter panel, corresponding to the current filter expression.
Inherited from ASPx |
Custom |
Allows you to customize the filter drop-down list items.
Inherited from ASPx |
Custom |
Enables grouping axis values, using your own criteria.
Inherited from ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from ASPx |
Custom |
Allows you to load the ASPx |
Custom |
Allows you to preserve the ASPx |
Custom |
In OLAP and server mode, provides the capability to sort data using custom rules.
Inherited from ASPx |
Custom |
Enables summary values to be calculated manually.
Inherited from ASPx |
Custom |
Enables providing data to unbound fields.
Inherited from ASPx |
Data |
Occurs after a panel that displays data headers has been created.
Inherited from ASPx |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Occurs after the server control binds to the data source.
Inherited from ASPx |
Data |
Fires when the pivot grid’s data source changes.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
End |
Occurs after the control has completed recalculating its data.
Inherited from ASPx |
Field |
Occurs after the field’s location or visibility has been changed.
Inherited from ASPx |
Field |
Enables you to control whether the dragged field header can be dropped at the area it’s currently located over.
Inherited from ASPx |
Field |
Occurs when the field’s Pivot |
Field |
Fires when the expansion status of fields combined into a field group is changed.
Inherited from ASPx |
Field |
Occurs after a field’s filter condition has been changed.
Inherited from ASPx |
Field |
Allows you to customize the filter that is being applied or cancel filtering.
Inherited from ASPx |
Field |
Occurs after a field’s property has been changed.
Inherited from ASPx |
Field |
Occurs after an unbound field expression has been changed.
Inherited from ASPx |
Field |
Fires after a field value has been collapsed.
Inherited from ASPx |
Field |
Enables you to control whether field values can be collapsed.
Inherited from ASPx |
Field |
Enables the display text of individual column and row headers and filter dropdown items to be customized.
Inherited from ASPx |
Field |
Fires after a field value has been expanded.
Inherited from ASPx |
Field |
Enables you to control whether field values can be expanded.
Inherited from ASPx |
Field |
Occurs in OLAP mode, when an end-user clicks an expand button or selects Expand All from the context menu, and the field value cannot be expanded.
Inherited from ASPx |
Field |
Occurs after a field’s visibility has been changed.
Inherited from ASPx |
Filter |
Enables you to specify the entered filter value’s custom display text, to be displayed when the filter control’s condition value editor is inactive.
Inherited from ASPx |
Filter |
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control’s operation dropdown menu.
Inherited from ASPx |
Filter |
Enables you to process and modify an entered value before it is actually accepted by the filter control.
Inherited from ASPx |
Filter |
Occurs when the filter criteria is changed.
Inherited from ASPx |
Grid |
Fires immediately after the ASPx |
Group |
Occurs after a group filter condition has been changed.
Inherited from ASPx |
Html |
Enables the settings of individual data cells to be changed.
Inherited from ASPx |
Html |
Enables the settings of individual field value cells to be changed.
Inherited from ASPx |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Layout |
Occurs when a layout is restored from a data store, and its version is different than that of the control’s current layout version.
Inherited from ASPx |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
OLAPException |
Obsolete. Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost.
Inherited from ASPx |
OLAPQuery |
Allows you to get a query used to obtain data in ASPx |
OLAPQuery |
Occurs when the query time-out has expired.
Inherited from ASPx |
Page |
Fires after the selected page has been changed.
Inherited from ASPx |
Popup |
Enables you to create custom menu items.
Inherited from ASPx |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Query |
Occurs when a query processing error occurs on a bound server providing data for the ASPx |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also