Back to Devexpress

BootstrapClientCardView Events

aspnetbootstrap-js-bootstrapclientcardview-dot-underscore-events.md

latest7.8 KB
Original Source

BootstrapClientCardView Events

Represents the client BootstrapCardView.

NameDescription
BatchEditCardChangesCancelingAllows you to handle a Cancel button click for a card in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardDeletingOccurs on the client side before a card is deleted in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardInsertingOccurs on the client side before a card is inserted in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardRecoveringOccurs on the client side before a card is recovered in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardValidatingEnables you to specify whether card data is valid and provide an error text. Inherited from ASPxClientCardView.
BatchEditChangesCancelingOccurs on the client side before data changes are canceled in batch edit mode. Inherited from ASPxClientCardView.
BatchEditChangesSavingOccurs on the client side before data changes are saved in batch edit mode. Inherited from ASPxClientCardView.
BatchEditConfirmShowingEnables you to prevent a batch edit confirmation message from being displayed. Inherited from ASPxClientCardView.
BatchEditEndEditingOccurs when a grid leaves batch edit mode. Inherited from ASPxClientCardView.
BatchEditStartEditingOccurs when a grid switches to batch edit mode. Inherited from ASPxClientCardView.
BatchEditSummaryDisplayTextFires when a user changes the summary item value. Inherited from ASPxClientGridBase.
BatchEditTemplateCellFocusedEnables you to provide navigation for editors contained in a templated cell in Batch Edit mode. Inherited from ASPxClientCardView.
BeginCallbackOccurs when a callback for server-side processing is initiated. Inherited from ASPxClientCardView.
CallbackErrorFires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientCardView. Inherited from ASPxClientCardView.
CardClickFires on the client when a card is clicked. Inherited from ASPxClientCardView.
CardDblClickFires on the client when a card is double clicked. Inherited from ASPxClientCardView.
CardFocusingFires before a card has been focused. Inherited from ASPxClientCardView.
ColumnGroupingEnables you to handle each column grouping. Inherited from ASPxClientCardView.
ColumnSortingEnables you to prevent columns from being sorted. Inherited from ASPxClientCardView.
CustomButtonClickOccurs when a custom command button has been clicked. Inherited from ASPxClientCardView.
CustomizationWindowCloseUpFires after the customization window has been closed. Inherited from ASPxClientCardView.
EndCallbackOccurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientCardView.
FocusedCardChangedFires in response to changing card focus. Inherited from ASPxClientCardView.
FocusedCellChangingOccurs on the client side when the focused cell is about to be changed. Inherited from ASPxClientCardView.
GroupRowCollapsingFires before a group row is collapsed. Inherited from ASPxClientCardView.
GroupRowExpandingFires before a group row is expanded. Inherited from ASPxClientCardView.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDownOccurs when a user presses a key while the control has focus. Inherited from ASPxClientGridBase.
KeyPressOccurs when a user presses and releases a key while the control has focus. Inherited from ASPxClientGridBase.
KeyUpOccurs when a user releases the pressed key while the control has focus. Inherited from ASPxClientGridBase.
SelectionChangedFires after the selection has been changed. Inherited from ASPxClientCardView.
ToolbarItemClickFires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.

See Also

BootstrapClientCardView Class

BootstrapClientCardView Members