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

MVCxGridView 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
AddSummaryItemViaContextMenu Fires when a total summary item is added to the ASPxGridView.TotalSummary collection using the context menu. Inherited from ASPxGridView.
AfterPerformCallback Fires after a callback or a postback initiated by the control has been processed on the server. Inherited from ASPxGridView.
AutoFilterCellEditorCreate Enables you to assign editors to individual filter row cells. Inherited from ASPxGridView.
AutoFilterCellEditorInitialize Enables the cell editors displayed within the auto filter row cells to be initialized. Inherited from ASPxGridView.
BatchUpdate Occurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism. Inherited from ASPxGridBase.
BeforeColumnSortingGrouping Occurs before a column is sorted or grouped. Inherited from ASPxGridView.
BeforeGetCallbackResult 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 ASPxGridBase.
BeforeHeaderFilterFillItems Enables you to provide custom filter items instead of default ones displayed within a Header Filter. Inherited from ASPxGridView.
BeforePerformDataSelect Occurs before the control obtains data from a data source. Inherited from ASPxGridBase.
CallbackError static 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 ASPxWebControl.
CancelRowEditing Enables you to prevent changes made within a row from being discarded. Inherited from ASPxGridView.
CellEditorInitialize Enables initializing the cell editors displayed within the edit cells. Inherited from ASPxGridView.
ClientLayout Enables you to save and restore the previously saved layout of the grid. Inherited from ASPxGridBase.
CommandButtonInitialize Enables individual command buttons to be initialized. Inherited from ASPxGridView.
ContextMenuItemClick Fires on the server side when a context menu item has been clicked. Inherited from ASPxGridView.
ContextMenuItemVisibility Enables you to dynamically change the visibility and availability of context menu items. Inherited from ASPxGridView.
CustomButtonCallback Occurs when a custom command button has been clicked. Inherited from ASPxGridView.
CustomButtonInitialize Enables you to initialize custom command buttons. Inherited from ASPxGridView.
CustomCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientGridView.PerformCallback method. Inherited from ASPxGridView.
CustomCellMerge Allows you to merge grid cells manually. Inherited from ASPxGridView.
CustomColumnDisplayText Enables you to specify the display text for a cell. Inherited from ASPxGridView.
CustomColumnGroup Provides the capability to group data using custom rules. Inherited from ASPxGridView.
CustomColumnSort Enables you to sort data using custom rules. Inherited from ASPxGridView.
CustomDataCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientGridView.GetValuesOnCustomCallback method. Inherited from ASPxGridView.
CustomErrorText Enables you to provide custom error descriptions. Inherited from ASPxGridView.
CustomFilterExpressionDisplayText Enables you to display custom text in the filter bar, corresponding to the current filter expression. Inherited from ASPxGridBase.
CustomGroupDisplayText Enables you to provide custom content for group rows. Inherited from ASPxGridView.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from ASPxGridView.
CustomPreviewDisplayText Enables you to provide custom display text for a preview row. Inherited from ASPxGridView.
CustomSummaryCalculate Enables you to calculate summary values manually. Inherited from ASPxGridBase.
CustomUnboundColumnData Enables data to be supplied to unbound columns. Inherited from ASPxGridView.
DataBinding Occurs when the server control binds to a data source. Inherited from Control.
DataBound Occurs after the server control binds to the data source. Inherited from ASPxDataWebControlBase.
DetailRowExpandedChanged Occurs after a master row has been expanded or collapsed. Inherited from ASPxGridView.
DetailRowGetButtonVisibility Enables you to hide/show expand buttons displayed within individual data rows. Inherited from ASPxGridView.
DetailsChanged Fires after a detail row(s) has been expanded or collapsed. Inherited from ASPxGridView.
Disposed Occurs 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.
ExportRenderBrick Enables rendering of different content from the content exported by default. Inherited from ASPxGridView.
FillContextMenuItems Enables you to customize the context menu item collection. Inherited from ASPxGridView.
FilterControlColumnsCreated Occurs after all filter control columns have been created. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorCreate Enables you to replace the default criteria value editor with a custom one. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorInitialize Enables the editors displayed within the criteria value to be initialized. Inherited from ASPxGridBase.
FilterControlCustomValueDisplayText 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 ASPxGridBase.
FilterControlOperationVisibility Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu. Inherited from ASPxGridBase.
FilterControlParseValue Enables you to process and modify an entered value before it is actually accepted by the filter control. Inherited from ASPxGridBase.
FocusedRowChanged Fires after the focused row has been changed. Inherited from ASPxGridView.
HeaderFilterFillItems Enables you to add custom filter items which filter data by the current column, to ones displayed within a Header Filter. Inherited from ASPxGridView.
HtmlCommandCellPrepared Enables the settings of individual command column cells to be changed. Inherited from ASPxGridView.
HtmlDataCellPrepared Enables you to change individual cell settings. Inherited from ASPxGridView.
HtmlEditFormCreated Occurs when a table row, which corresponds to the Edit Form, has been created. Inherited from ASPxGridView.
HtmlFooterCellPrepared Enables the settings of individual footer cells to be changed. Inherited from ASPxGridView.
HtmlRowCreated Occurs when a table row has been created. Inherited from ASPxGridView.
HtmlRowPrepared Enables the settings of individual rows to be changed. Inherited from ASPxGridView.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewRow Enables you to initialize added rows. Inherited from ASPxGridView.
Load Occurs when the server control is loaded into the Page object. Inherited from Control.
PageIndexChanged Fires after the selected page has been changed. Inherited from ASPxGridBase.
PageSizeChanged Fires on the server side after the page size, i.e., the number of data items (rows, cards or records) per a page is changed by end-user interactions. Inherited from ASPxGridBase.
ParseValue Enables you to process and modify an entered value before it is actually accepted by the grid. Inherited from ASPxGridBase.
PreRender Occurs after the Control object is loaded but prior to rendering. Inherited from Control.
ProcessColumnAutoFilter Enables you to apply custom filter criteria when filter row is in the Auto mode. Inherited from ASPxGridView.
ProcessOnClickRowFilter Enables you to apply custom filter criteria when the filter row is in the OnClick mode. Inherited from ASPxGridView.
RowCommand Fires when a control contained within a templated grid row raises the Command event. Inherited from ASPxGridView.
RowDeleted Occurs after a row has been deleted. Inherited from ASPxGridView.
RowDeleting Enables you to prevent a row from being deleted. Inherited from ASPxGridView.
RowInserted Fires after a new row has been added to the ASPxGridView. Inherited from ASPxGridView.
RowInserting Enables you to cancel adding a new row. Inherited from ASPxGridView.
RowUpdated Occurs after a row has been updated. Inherited from ASPxGridView.
RowUpdating Enables you to prevent a row from being updated. Inherited from ASPxGridView.
RowValidating Enables you to specify whether row data is valid and whether the row can be updated. Inherited from ASPxGridView.
SearchPanelEditorCreate Enables you to replace the default search panel editor with custom one. Inherited from ASPxGridView.
SearchPanelEditorInitialize Enables you to customize the properties of an editor displayed within the search panel. Inherited from ASPxGridView.
SelectionChanged Fires after the selection has been changed. Inherited from ASPxGridBase.
StartRowEditing Enables you to prevent a row from being edited. Inherited from ASPxGridView.
SubstituteFilter Allows you to replace a filter applied with another filter. Inherited from ASPxGridBase.
SubstituteSortInfo For internal use only. Inherited from ASPxGridBase.
SummaryDisplayText Enables custom display text to be provided for any summary value. Inherited from ASPxGridView.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxGridView.
Unload Occurs when the server control is unloaded from memory. Inherited from Control.
See Also