MVCxClientCardView Events
A client-side counterpart of the CardView extension.Name | Description |
---|---|
BatchEditCardChangesCanceling | Allows you to handle a Cancel button click for a card in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditCardDeleting | Occurs on the client side before a card is deleted in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditCardInserting | Occurs on the client side before a card is inserted in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditCardRecovering | Occurs on the client side before a card is recovered in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditCardValidating | Enables you to specify whether card data is valid and provide an error text. Inherited from ASPxClientCardView. |
BatchEditChangesCanceling | Occurs on the client side before data changes are canceled in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditChangesSaving | Occurs on the client side before data changes are saved in batch edit mode. Inherited from ASPxClientCardView. |
BatchEditConfirmShowing | Enables you to prevent a batch edit confirmation message from being displayed. Inherited from ASPxClientCardView. |
BatchEditEndEditing | Occurs when a grid leaves batch edit mode. Inherited from ASPxClientCardView. |
BatchEditStartEditing | Occurs when a grid switches to batch edit mode. Inherited from ASPxClientCardView. |
BatchEditSummaryDisplayText | Fires when a user changes the summary item value. Inherited from ASPxClientGridBase. |
BatchEditTemplateCellFocused | Enables you to provide navigation for editors contained in a templated cell in Batch Edit mode. Inherited from ASPxClientCardView. |
BeginCallback | Occurs when a callback for server-side processing is initiated. |
CallbackError | Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientCardView. Inherited from ASPxClientCardView. |
CardClick | Fires on the client when a card is clicked. Inherited from ASPxClientCardView. |
CardDblClick | Fires on the client when a card is double clicked. Inherited from ASPxClientCardView. |
CardFocusing | Fires before a card has been focused. Inherited from ASPxClientCardView. |
ColumnGrouping | Enables you to handle each column grouping. Inherited from ASPxClientCardView. |
ColumnSorting | Enables you to prevent columns from being sorted. Inherited from ASPxClientCardView. |
CustomButtonClick | Occurs when a custom command button has been clicked. Inherited from ASPxClientCardView. |
CustomizationWindowCloseUp | Fires after the customization window has been closed. Inherited from ASPxClientCardView. |
EndCallback | Occurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientCardView. |
FocusedCardChanged | Fires in response to changing card focus. Inherited from ASPxClientCardView. |
FocusedCellChanging | Occurs on the client side when the focused cell is about to be changed. Inherited from ASPxClientCardView. |
GroupRowCollapsing | Fires before a group row is collapsed. Inherited from ASPxClientCardView. |
GroupRowExpanding | Fires before a group row is expanded. Inherited from ASPxClientCardView. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
KeyDown | Occurs when a user presses a key while the control has focus. Inherited from ASPxClientGridBase. |
KeyPress | Occurs when a user presses and releases a key while the control has focus. Inherited from ASPxClientGridBase. |
KeyUp | Occurs when a user releases the pressed key while the control has focus. Inherited from ASPxClientGridBase. |
SelectionChanged | Fires after the selection has been changed. Inherited from ASPxClientCardView. |
ToolbarItemClick | Fires after a toolbar item has been clicked. Inherited from ASPxClientGridBase. |
See Also