Back to Devexpress

ASPxVerticalGrid Events

aspnet-devexpress-dot-web-dot-aspxverticalgrid-dot-underscore-events.md

latest12.8 KB
Original Source

ASPxVerticalGrid Events

A vertical grid control.

NameDescription
AfterPerformCallbackFires after a callback or a postback initiated by the control has been processed on the server.
BatchUpdateOccurs 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.
BeforeExportOccurs before the grid content is exported and allows you to customize export settings. Inherited from ASPxGridBase.
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 ASPxGridBase.
BeforeHeaderFilterFillItemsAllows you to populate the header filter dropdown with custom items instead of default items.
BeforePerformDataSelectOccurs before the control obtains data from a data source. Inherited from ASPxGridBase.
BeforeRowSortingOccurs before a row is sorted.
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.
CellEditorInitializeEnables initializing the cell editors displayed within the edit cells.
ClientLayoutEnables you to save and restore the previously saved layout of the grid. Inherited from ASPxGridBase.
CommandButtonInitializeEnables individual command buttons to be initialized.
CustomButtonCallbackOccurs when a custom command button has been clicked.
CustomButtonInitializeEnables you to initialize a custom command button.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientVerticalGrid.PerformCallback method.
CustomDataCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientVerticalGrid.GetValuesOnCustomCallback method.
CustomErrorTextEnables you to provide custom error descriptions.
CustomFilterExpressionDisplayTextEnables you to display custom text in the filter bar, corresponding to the current filter expression. Inherited from ASPxGridBase.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
CustomRowDisplayTextEnables custom display text to be provided for any cell.
CustomRowSortEnables you to sort data using custom rules.
CustomSummaryCalculateEnables you to calculate summary values manually. Inherited from ASPxGridBase.
CustomUnboundRowDataEnables data to be supplied to unbound rows.
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.
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.
ExportRenderBrickEnables rendering of different content from the content exported by default.
FilterControlColumnsCreatedOccurs after all filter control columns have been created. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorCreateAllows you to replace the default criteria value editor with a custom editor. Inherited from ASPxGridBase.
FilterControlCriteriaValueEditorInitializeFires when an editor in the criteria value is initialized. Inherited from ASPxGridBase.
FilterControlCustomValueDisplayTextAllows 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.
FilterControlOperationVisibilityEnables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu. Inherited from ASPxGridBase.
FilterControlParseValueEnables you to process and modify an entered value before it is actually accepted by the filter control. Inherited from ASPxGridBase.
HeaderFilterEditorInitializeOccurs when a header filter editor is initialized.
HeaderFilterFillItemsAllows you to add custom header filter items to default items.
HtmlCommandCellPreparedEnables the settings of individual command row cells to be changed.
HtmlDataCellPreparedEnables the settings of individual cells to be changed.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewRecordEnables you to initialize added records.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PageIndexChangedFires after the selected page has been changed. Inherited from ASPxGridBase.
PageSizeChangedFires 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.
ParseValueEnables you to process and modify an entered value before it is actually accepted by the grid. Inherited from ASPxGridBase.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
RecordDeletedOccurs after a record has been deleted.
RecordDeletingEnables you to prevent a record from being deleted.
RecordInsertedFires after a new record has been added to the ASPxVerticalGrid.
RecordInsertingEnables you to cancel adding a new record.
RecordUpdatedOccurs after a record has been updated.
RecordUpdatingEnables you to prevent a record from being updated.
RecordValidatingEnables you to specify whether record data is valid and whether the record can be updated.
SearchPanelEditorCreateEnables you to replace the default search panel editor with a custom one.
SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed in the search panel.
SelectionChangedFires when the row selection changes. Inherited from ASPxGridBase.
SubstituteFilterAllows you to replace a filter applied with another filter. Inherited from ASPxGridBase.
SubstituteSortInfoFor internal use only. Inherited from ASPxGridBase.
SummaryDisplayTextEnables custom display text to be provided for any summary value.
ToolbarItemClickFires after a toolbar item has been clicked.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace