Back to Devexpress

ASPxCardView Events

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

latest13.7 KB
Original Source

ASPxCardView Events

A server ASPxCardView 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.
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.
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.
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.
CardDeletedOccurs after a card has been deleted.
CardDeletingEnables you to prevent a card from being deleted.
CardInsertedFires after a new card has been added to the ASPxCardView.
CardInsertingEnables you to cancel adding a new card.
CardLayoutCreatedThe event occurs when the card layout is created.
CardUpdatedOccurs after a card has been updated.
CardUpdatingEnables you to prevent a card from being updated.
CardValidatingEnables you to specify whether card data is valid and whether the card can be updated.
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 custom command buttons.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientCardView.PerformCallback method.
CustomColumnDisplayTextEnables custom display text to be provided for any column.
CustomColumnGroupProvides the capability to group cards 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 ASPxClientCardView.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.
CustomGroupDisplayTextEnables you to provide custom content for group rows.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
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.
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.
FocusedCardChangedFires after the focused card has been changed.
GroupSelectorFillItemsEnables you to provide custom items in the group selector.
GroupSelectorInitializeEnables you to customize the group selector.
HeaderFilterEditorInitializeOccurs when a header filter editor is initialized.
HeaderFilterFillItemsAllows you to add custom header filter items to default items.
HtmlCardPreparedEnables the settings of individual cards to be changed.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitNewCardEnables you to initialize added cards.
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.
SearchPanelEditorInitializeEnables you to customize the properties of an editor displayed within the search panel.
SelectionChangedFires when the row selection changes. Inherited from ASPxGridBase.
StartCardEditingEnables you to prevent a card from being edited.
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

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace