Skip to main content

MVCxVerticalGrid 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
AfterPerformCallback Fires after a callback or a postback initiated by the control has been processed on the server. Inherited from ASPxVerticalGrid.
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.
BeforeExport Occurs before the grid content is exported and allows you to customize export settings. Inherited from ASPxGridBase.
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 Allows you to populate the header filter dropdown with custom items instead of default items. Inherited from ASPxVerticalGrid.
BeforePerformDataSelect Occurs before the control obtains data from a data source. Inherited from ASPxGridBase.
BeforeRowSorting Occurs before a row is sorted. Inherited from ASPxVerticalGrid.
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.
CellEditorInitialize Enables initializing the cell editors displayed within the edit cells. Inherited from ASPxVerticalGrid.
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 ASPxVerticalGrid.
CustomButtonCallback Occurs when a custom command button has been clicked. Inherited from ASPxVerticalGrid.
CustomButtonInitialize Enables you to initialize a custom command button. Inherited from ASPxVerticalGrid.
CustomCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientVerticalGrid.PerformCallback method. Inherited from ASPxVerticalGrid.
CustomDataCallback Fires when a round trip to the server has been initiated by a call to the client ASPxClientVerticalGrid.GetValuesOnCustomCallback method. Inherited from ASPxVerticalGrid.
CustomErrorText Enables you to provide custom error descriptions. Inherited from ASPxVerticalGrid.
CustomFilterExpressionDisplayText Enables you to display custom text in the filter bar, corresponding to the current filter expression. Inherited from ASPxGridBase.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from ASPxVerticalGrid.
CustomRowDisplayText Enables custom display text to be provided for any cell. Inherited from ASPxVerticalGrid.
CustomRowSort Enables you to sort data using custom rules. Inherited from ASPxVerticalGrid.
CustomSummaryCalculate Enables you to calculate summary values manually. Inherited from ASPxGridBase.
CustomUnboundRowData Enables data to be supplied to unbound rows. Inherited from ASPxVerticalGrid.
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.
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 ASPxVerticalGrid.
FilterControlColumnsCreated Occurs after all filter control columns have been created. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorCreate Allows you to replace the default criteria value editor with a custom editor. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorInitialize Fires when an editor in the criteria value is initialized. Inherited from ASPxGridBase.
FilterControlCustomValueDisplayText Allows 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.
HeaderFilterEditorInitialize Occurs when a header filter editor is initialized. Inherited from ASPxVerticalGrid.
HeaderFilterFillItems Allows you to add custom header filter items to default items. Inherited from ASPxVerticalGrid.
HtmlCommandCellPrepared Enables the settings of individual command row cells to be changed. Inherited from ASPxVerticalGrid.
HtmlDataCellPrepared Enables the settings of individual cells to be changed. Inherited from ASPxVerticalGrid.
Init Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewRecord Enables you to initialize added records. Inherited from ASPxVerticalGrid.
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.
RecordDeleted Occurs after a record has been deleted. Inherited from ASPxVerticalGrid.
RecordDeleting Enables you to prevent a record from being deleted. Inherited from ASPxVerticalGrid.
RecordInserted Fires after a new record has been added to the ASPxVerticalGrid. Inherited from ASPxVerticalGrid.
RecordInserting Enables you to cancel adding a new record. Inherited from ASPxVerticalGrid.
RecordUpdated Occurs after a record has been updated. Inherited from ASPxVerticalGrid.
RecordUpdating Enables you to prevent a record from being updated. Inherited from ASPxVerticalGrid.
RecordValidating Enables you to specify whether record data is valid and whether the record can be updated. Inherited from ASPxVerticalGrid.
SearchPanelEditorCreate Enables you to replace the default search panel editor with a custom one. Inherited from ASPxVerticalGrid.
SearchPanelEditorInitialize Enables you to customize the properties of an editor displayed in the search panel. Inherited from ASPxVerticalGrid.
SelectionChanged Fires when the row selection changes. Inherited from ASPxGridBase.
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 ASPxVerticalGrid.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxVerticalGrid.
Unload Occurs when the server control is unloaded from memory. Inherited from Control.
See Also