Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGrid Events

A client-side equivalent of the ASPxVerticalGrid object.
Name Description
BatchEditChangesCanceling Occurs on the client side before data changes are canceled in batch edit mode.
BatchEditChangesSaving Occurs on the client side before data changes are saved in batch edit mode.
BatchEditConfirmShowing Enables you to prevent a batch edit confirmation message from being displayed.
BatchEditEndEditing Occurs when a grid leaves the batch edit mode.
BatchEditRecordDeleting Occurs on the client side before a record is deleted in batch edit mode.
BatchEditRecordInserting Occurs on the client side before a record is inserted in batch edit mode.
BatchEditRecordRecovering Occurs on the client side before a record is deleted in batch edit mode.
BatchEditRecordValidating Enables you to specify whether record data is valid and provide an error text.
BatchEditStartEditing Occurs when a grid switches to batch edit mode.
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.
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 ASPxClientVerticalGrid.
CustomButtonClick Occurs when a custom command button has been clicked.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
FocusedCellChanging Occurs on the client side when the focused cell is about to be changed.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
RecordClick Fires on the client when a record is clicked.
RecordDblClick Fires on the client when a record is double clicked.
RowExpandedChanged Fires on the client side after a row’s expansion state has been changed by end-user interaction.
RowExpandedChanging Fires on the client side before the expansion state of a row is changed by end-user interaction.
RowSorting Enables you to prevent rows from being sorted.
SelectionChanged Fires after the selection has been changed.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.
See Also