Back to Devexpress

ASPxClientVerticalGrid Events

aspnet-js-aspxclientverticalgrid-dot-underscore-events.md

latest6.2 KB
Original Source

ASPxClientVerticalGrid Events

A client-side equivalent of the ASPxVerticalGrid object.

NameDescription
BatchEditChangesCancelingOccurs on the client side before data changes are canceled in batch edit mode.
BatchEditChangesSavingOccurs on the client side before data changes are saved in batch edit mode.
BatchEditConfirmShowingEnables you to prevent a batch edit confirmation message from being displayed.
BatchEditEndEditingOccurs when a grid leaves the batch edit mode.
BatchEditRecordChangesCancelingAllows you to handle a Cancel button click for a record in batch edit mode.
BatchEditRecordDeletingOccurs on the client side before a record is deleted in batch edit mode.
BatchEditRecordInsertingOccurs on the client side before a record is inserted in batch edit mode.
BatchEditRecordRecoveringOccurs on the client side before a record is deleted in batch edit mode.
BatchEditRecordValidatingEnables you to specify whether record data is valid and provide an error text.
BatchEditStartEditingOccurs when a grid switches to batch edit mode.
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.
BeginCallbackOccurs when a callback for server-side processing is initiated.
CallbackErrorFires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientVerticalGrid.
CellSelectionChangingOccurs when you select or deselect a cell.
ClipboardCellPastingOccurs before a cell is pasted to the control from the clipboard. Allows you to update the pasted data or skip a cell.
CustomButtonClickOccurs when a custom command button has been clicked.
EndCallbackOccurs on the client after a callback’s server-side processing has been completed.
FocusedCellChangingOccurs on the client side when the focused cell is about to be changed.
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.
RecordClickFires on the client when a record is clicked.
RecordDblClickFires on the client when a record is double clicked.
RowExpandedChangedFires on the client side after a row’s expansion state has been changed by end-user interaction.
RowExpandedChangingFires on the client side before the expansion state of a row is changed by end-user interaction.
RowSortingEnables you to prevent rows from being sorted.
SelectionChangedFires after the selection has been changed.
ToolbarItemClickFires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.

See Also

ASPxClientVerticalGrid Class

ASPxClientVerticalGrid Members