Back to Devexpress

MVCxPivotGrid Events

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxpivotgrid-dot-underscore-events.md

latest18.9 KB
Original Source

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.

NameDescription
AddPopupMenuItemEnables you to customize the context menu. Inherited from ASPxPivotGrid.
AfterPerformCallbackFires after a callback initiated by the ASPxPivotGrid control has been processed on the server side. Inherited from ASPxPivotGrid.
BeforeGetCallbackResultOccurs 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 ASPxPivotGrid.
BeforeLoadLayoutOccurs before a layout is restored from a storage, allowing you to cancel this action. Inherited from ASPxPivotGrid.
BeforePerformDataSelectOccurs before the ASPxPivotGrid control obtains data from a data source. Inherited from ASPxPivotGrid.
BeginRefreshOccurs before the control starts recalculating its data. Inherited from ASPxPivotGrid.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
ClientLayoutEnables you to save and restore the previously saved layout of the pivot grid. Inherited from ASPxPivotGrid.
ControlHierarchyCreatedOccurs after the ASPxPivotGrid’s table has been created. Inherited from ASPxPivotGrid.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientPivotGrid.PerformCallback method. Inherited from ASPxPivotGrid.
CustomCellDisplayTextEnables custom display text to be provided for cells displayed within the Data Area. Inherited from ASPxPivotGrid.
CustomCellStyleAllows the appearances of cells to be dynamically customized. Inherited from ASPxPivotGrid.
CustomCellValueAllows you to replace cell values with custom ones. Inherited from ASPxPivotGrid.
CustomChartDataSourceDataOccurs when a ASPxPivotGrid prepares data to be displayed in a WebChartControl. Inherited from ASPxPivotGrid.
CustomChartDataSourceRowsAllows you to customize pivot grid data before passing it to a chart control. Inherited from ASPxPivotGrid.
CustomCustomizationFormSortAllows you to change fields and folders order in the Customization Form. Inherited from ASPxPivotGrid.
CustomFieldSortProvides the ability to sort data using custom rules. Inherited from ASPxPivotGrid.
CustomFieldValueCellsAllows you to customize field value cells. Inherited from ASPxPivotGrid.
CustomFilterExpressionDisplayTextEnables you to display custom text within the Filter panel, corresponding to the current filter expression. Inherited from ASPxPivotGrid.
CustomFilterPopupItemsAllows you to customize the filter drop-down list items. Inherited from ASPxPivotGrid.
CustomGroupIntervalEnables grouping axis values, using your own criteria. Inherited from ASPxPivotGrid.
CustomJsPropertiesEnables you to supply any server data that can then be parsed on the client. Inherited from ASPxPivotGrid.
CustomLoadCallbackStateAllows you to load the ASPxPivotGrid’s callback state, which was previously saved by handling the ASPxPivotGrid.CustomSaveCallbackState event. Inherited from ASPxPivotGrid.
CustomSaveCallbackStateAllows you to preserve the ASPxPivotGrid’s callback state in a custom manner. Inherited from ASPxPivotGrid.
CustomServerModeSortIn OLAP and server mode, provides the capability to sort data using custom rules. Inherited from ASPxPivotGrid.
CustomSummaryEnables summary values to be calculated manually. Inherited from ASPxPivotGrid.
CustomUnboundFieldDataEnables providing data to unbound fields. Inherited from ASPxPivotGrid.
DataAreaPopupCreatedOccurs after a panel that displays data headers has been created. Inherited from ASPxPivotGrid.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
DataSourceChangedFires when the pivot grid’s data source changes. Inherited from ASPxPivotGrid.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
EndRefreshOccurs after the control has completed recalculating its data. Inherited from ASPxPivotGrid.
FieldAreaChangedOccurs after the field’s location or visibility has been changed. Inherited from ASPxPivotGrid.
FieldAreaChangingEnables you to control whether the dragged field header can be dropped at the area it’s currently located over. Inherited from ASPxPivotGrid.
FieldAreaIndexChangedOccurs when the field’s PivotGridFieldBase.AreaIndex property has been changed. Inherited from ASPxPivotGrid.
FieldExpandedInFieldGroupChangedFires when the expansion status of fields combined into a field group is changed. Inherited from ASPxPivotGrid.
FieldFilterChangedOccurs after a field’s filter condition has been changed. Inherited from ASPxPivotGrid.
FieldFilterChangingAllows you to customize the filter that is being applied or cancel filtering. Inherited from ASPxPivotGrid.
FieldPropertyChangedOccurs after a field’s property has been changed. Inherited from ASPxPivotGrid.
FieldUnboundExpressionChangedOccurs after an unbound field expression has been changed. Inherited from ASPxPivotGrid.
FieldValueCollapsedFires after a field value has been collapsed. Inherited from ASPxPivotGrid.
FieldValueCollapsingEnables you to control whether field values can be collapsed. Inherited from ASPxPivotGrid.
FieldValueDisplayTextEnables the display text of individual column and row headers and filter dropdown items to be customized. Inherited from ASPxPivotGrid.
FieldValueExpandedFires after a field value has been expanded. Inherited from ASPxPivotGrid.
FieldValueExpandingEnables you to control whether field values can be expanded. Inherited from ASPxPivotGrid.
FieldValueNotExpandedOccurs 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 ASPxPivotGrid.
FieldVisibleChangedOccurs after a field’s visibility has been changed. Inherited from ASPxPivotGrid.
FilterControlCustomValueDisplayTextEnables 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 ASPxPivotGrid.
FilterControlOperationVisibilityEnables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the Filter Control’s operation dropdown menu. Inherited from ASPxPivotGrid.
FilterControlParseValueEnables you to process and modify an entered value before it is actually accepted by the filter control. Inherited from ASPxPivotGrid.
FilterCriteriaChangedOccurs when the filter criteria is changed. Inherited from ASPxPivotGrid.
GridLayoutFires immediately after the ASPxPivotGrid’s layout has been changed. Inherited from ASPxPivotGrid.
GroupFilterChangedOccurs after a group filter condition has been changed. Inherited from ASPxPivotGrid.
HtmlCellPreparedEnables the settings of individual data cells to be changed. Inherited from ASPxPivotGrid.
HtmlFieldValuePreparedEnables the settings of individual field value cells to be changed. Inherited from ASPxPivotGrid.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LayoutUpgradeOccurs 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 ASPxPivotGrid.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
OLAPExceptionObsolete. Raised when a query processing error occurs on a bound OLAP server, or when the connection to this server is lost. Inherited from ASPxPivotGrid.
OLAPQueryDataAllows you to get a query used to obtain data in ASPxPivotGrid. Inherited from ASPxPivotGrid.
OLAPQueryTimeoutOccurs when the query time-out has expired. Inherited from ASPxPivotGrid.
PageIndexChangedFires after the selected page has been changed. Inherited from ASPxPivotGrid.
PopupMenuCreatedEnables you to create custom menu items. Inherited from ASPxPivotGrid.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
QueryExceptionOccurs when a query processing error occurs on a bound server providing data for the ASPxPivotGrid. Inherited from ASPxPivotGrid.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

MVCxPivotGrid Class

MVCxPivotGrid Members

DevExpress.Web.Mvc Namespace