Back to Devexpress

ASPxGridBase Events

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

latest6.3 KB
Original Source

ASPxGridBase Events

Serves as the base class that implements the main functionality of grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).

NameDescription
BatchUpdateOccurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism.
BeforeExportOccurs before the grid content is exported and allows you to customize export settings.
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.
BeforePerformDataSelectOccurs before the control obtains data from a data source.
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 grid.
CustomFilterExpressionDisplayTextEnables you to display custom text in the filter bar, corresponding to the current filter expression.
CustomSummaryCalculateEnables you to calculate summary values manually.
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.
FilterControlColumnsCreatedOccurs after all filter control columns have been created.
FilterControlCriteriaValueEditorCreateAllows you to replace the default criteria value editor with a custom editor.
FilterControlCriteriaValueEditorInitializeFires when an editor in the criteria value is initialized.
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.
FilterControlOperationVisibilityEnables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu.
FilterControlParseValueEnables you to process and modify an entered value before it is actually accepted by the filter control.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PageIndexChangedFires after the selected page has been changed.
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.
ParseValueEnables you to process and modify an entered value before it is actually accepted by the grid.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SelectionChangedFires when the row selection changes.
SubstituteFilterAllows you to replace a filter applied with another filter.
SubstituteSortInfoFor internal use only.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace