Back to Devexpress

BootstrapGridView Events

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapgridview-dot-underscore-events.md

latest17.0 KB
Original Source

BootstrapGridView Events

A control that provides a two-dimensional representation of data from a data source in grid format.

NameDescription
AddSummaryItemViaContextMenuThis member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
AfterPerformCallbackFires after a callback or a postback initiated by the control has been processed on the server. Inherited from ASPxGridView.
AutoFilterCellEditorCreateEnables you to assign editors to individual filter row cells.
AutoFilterCellEditorInitializeEnables the cell editors displayed within the auto filter row cells to be initialized.
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.
BeforeColumnSortingGroupingOccurs before a column is sorted or grouped.
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.
BeforeHeaderFilterFillItemsEnables you to provide custom filter items instead of default ones displayed within a filter dropdown.
BeforePerformDataSelectOccurs before the control obtains data from a data source. Inherited from ASPxGridBase.
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.
CancelRowEditingEnables you to prevent changes made within a row from being discarded. Inherited from ASPxGridView.
CellEditorInitializeEnables the cell editors displayed within the edit cells to be initialized.
ClientLayoutEnables you to save and restore the previously saved layout of the grid. Inherited from ASPxGridBase.
CommandButtonInitializeEnables individual command buttons to be initialized.
ContextMenuInitializeOccurs when the context menu is initialized.
ContextMenuItemClickThis member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ContextMenuItemVisibilityThis member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
CustomButtonCallbackOccurs when a custom command button has been clicked. Inherited from ASPxGridView.
CustomButtonInitializeEnables you to initialize custom command buttons.
CustomCallbackFires when you call the ASPxClientGridView.PerformCallback method and initiate a round trip to the server. Inherited from ASPxGridView.
CustomCellMergeAllows you to merge grid cells manually.
CustomColumnDisplayTextEnables custom display text to be provided for any cell.
CustomColumnGroupProvides the capability to group data using custom rules.
CustomColumnSortEnables you to sort data using custom rules.
CustomDataCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientGridView.GetValuesOnCustomCallback method. Inherited from ASPxGridView.
CustomErrorTextEnables you to provide custom error descriptions. Inherited from ASPxGridView.
CustomGroupDisplayTextEnables you to provide custom content for group rows.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client. Inherited from ASPxGridView.
CustomPreviewDisplayTextEnables you to provide custom display text for a preview row. Inherited from ASPxGridView.
CustomSummaryCalculateEnables you to calculate summary values manually. Inherited from ASPxGridBase.
CustomUnboundColumnDataEnables data to be supplied to unbound columns.
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.
DetailRowExpandedChangedOccurs after a master row has been expanded or collapsed. Inherited from ASPxGridView.
DetailRowGetButtonVisibilityEnables you to hide/show expand buttons displayed within individual data rows. Inherited from ASPxGridView.
DetailsChangedFires after a detail row(s) has been expanded or collapsed. Inherited from ASPxGridView.
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.
EditFormLayoutCreatedEnables you to perform custom actions in response to the layout creation.
ExportRenderBrickAllows you to customize an exported grid element. Inherited from ASPxGridView.
FocusedRowChangedFires when the row focus changes. Inherited from ASPxGridView.
HeaderFilterEditorInitialize
HeaderFilterFillItemsEnables you to add custom filter items which filter data by the current column to ones displayed within a filter dropdown.
HtmlCommandCellPreparedEnables the settings of individual command column cells to be changed.
HtmlDataCellPreparedEnables the settings of individual cells to be changed.
HtmlEditFormCreatedOccurs when a table row, which corresponds to the Edit Form, has been created. Inherited from ASPxGridView.
HtmlFooterCellPreparedEnables the settings of individual footer cells to be changed.
HtmlRowCreatedOccurs when a table row has been created. Inherited from ASPxGridView.
HtmlRowPreparedEnables the settings of individual rows to be changed. Inherited from ASPxGridView.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewRowEnables you to initialize added rows. Inherited from ASPxGridView.
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.
ProcessColumnAutoFilterEnables you to apply custom filter criteria when filter row is in the Auto mode.
ProcessOnClickRowFilterEnables you to apply custom filter criteria when the filter row is in the OnClick mode. Inherited from ASPxGridView.
RowCommandFires when a control contained within a templated grid row raises the Command event. Inherited from ASPxGridView.
RowDeletedOccurs after a row has been deleted. Inherited from ASPxGridView.
RowDeletingEnables you to prevent a row from being deleted. Inherited from ASPxGridView.
RowInsertedFires after a new row has been added to the ASPxGridView. Inherited from ASPxGridView.
RowInsertingEnables you to cancel adding a new row. Inherited from ASPxGridView.
RowUpdatedOccurs after a row has been updated. Inherited from ASPxGridView.
RowUpdatingEnables you to prevent a row from being updated. Inherited from ASPxGridView.
RowValidatingEnables you to specify whether row data is valid and whether the row can be updated. Inherited from ASPxGridView.
SearchPanelEditorCreateEnables you to replace the default search panel editor with custom one. Inherited from ASPxGridView.
SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed within the search panel. Inherited from ASPxGridView.
SelectionChangedFires when the row selection changes. Inherited from ASPxGridBase.
StartRowEditingEnables you to prevent a row from being edited. Inherited from ASPxGridView.
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. Inherited from ASPxGridView.
ToolbarItemClickFires after a toolbar item has been clicked.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

BootstrapGridView Class

BootstrapGridView Members

DevExpress.Web.Bootstrap Namespace