Back to Devexpress

BootstrapCardView Events

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

latest12.4 KB
Original Source

BootstrapCardView Events

A server Card View control.

NameDescription
AfterPerformCallbackFires after a callback or a postback initiated by the control has been processed on the server. Inherited from ASPxCardView.
BeforeColumnSortingOccurs before a column is sorted.
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 Header Filter.
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.
CancelCardEditingEnables you to prevent changes made within a card from being discarded. Inherited from ASPxCardView.
CardDeletedOccurs after a card has been deleted. Inherited from ASPxCardView.
CardDeletingEnables you to prevent a card from being deleted. Inherited from ASPxCardView.
CardInsertedFires after a new card has been added to the ASPxCardView. Inherited from ASPxCardView.
CardInsertingEnables you to cancel adding a new card. Inherited from ASPxCardView.
CardLayoutCreatedObsolete. Occurs when the card layout has been created.
CardLayoutItemsCreatedOccurs when the card layout has been created.
CardUpdatedOccurs after a card has been updated. Inherited from ASPxCardView.
CardUpdatingEnables you to prevent a card from being updated. Inherited from ASPxCardView.
CardValidatingEnables you to specify whether card data is valid and whether the card can be updated. Inherited from ASPxCardView.
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 you to initialize individual command buttons.
CustomButtonCallbackOccurs when a custom command button has been clicked. Inherited from ASPxCardView.
CustomButtonInitializeEnables you to initialize custom command buttons.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientCardView.PerformCallback method. Inherited from ASPxCardView.
CustomColumnDisplayTextEnables custom display text to be provided for any cell.
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 ASPxClientCardView.GetValuesOnCustomCallback method. Inherited from ASPxCardView.
CustomErrorTextEnables you to provide custom error descriptions. Inherited from ASPxCardView.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client. Inherited from ASPxCardView.
CustomSummaryCalculateEnables you to calculate summary values manually. Inherited from ASPxGridBase.
CustomUnboundColumnDataEnables you to supply data 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.
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. Inherited from ASPxCardView.
FocusedCardChangedFires after the focused card has been changed. Inherited from ASPxCardView.
HeaderFilterEditorInitialize
HeaderFilterFillItemsEnables you to add custom filter items which filter data by the current column to ones displayed within a Header Filter.
HtmlCardPreparedEnables the settings of individual cards to be changed. Inherited from ASPxCardView.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewCardEnables you to initialize added cards. Inherited from ASPxCardView.
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.
SearchPanelEditorCreateEnables you to replace the default search panel editor with custom one. Inherited from ASPxCardView.
SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed within the search panel. Inherited from ASPxCardView.
SelectionChangedFires when the row selection changes. Inherited from ASPxGridBase.
StartCardEditingEnables you to prevent a card from being edited. Inherited from ASPxCardView.
SubstituteFilterAllows you to replace a filter applied with another filter. Inherited from ASPxGridBase.
SubstituteSortInfoFor internal use only. Inherited from ASPxGridBase.
SummaryDisplayTextEnables to provide custom display text 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

BootstrapCardView Class

BootstrapCardView Members

DevExpress.Web.Bootstrap Namespace