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

BootstrapClientGridView Events

Represents the client BootstrapGridView.
Name Description
BatchEditChangesCanceling Occurs on the client side before data changes are canceled in batch edit mode. Inherited from ASPxClientGridView.
BatchEditChangesPreviewShowing Occurs on the client side before the Changes Preview window is shown. Inherited from ASPxClientGridView.
BatchEditChangesPreviewShown Occurs on the client side when the Changes Preview window is shown. Inherited from ASPxClientGridView.
BatchEditChangesSaving Occurs on the client side before data changes are saved in batch edit mode. Inherited from ASPxClientGridView.
BatchEditConfirmShowing Enables you to prevent a batch edit confirmation message from being displayed. Inherited from ASPxClientGridView.
BatchEditEndEditing Occurs when a grid leaves the batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowDeleting Occurs on the client side before a data row is deleted in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowInserting Occurs on the client side before a data row is inserted in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowRecovering Occurs on the client side before a row is recovered in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowValidating Enables you to specify whether row data is valid and provide an error text. Inherited from ASPxClientGridView.
BatchEditStartEditing Occurs when a grid switches to batch edit mode. Inherited from ASPxClientGridView.
BatchEditTemplateCellFocused Enables you to provide navigation for editors contained in a templated cell in Batch Edit mode. Inherited from ASPxClientGridView.
BeginCallback Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientGridView.
CallbackError Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientGridView. Inherited from ASPxClientGridView.
ColumnGrouping Enables you to cancel data grouping. Inherited from ASPxClientGridView.
ColumnMoving Enables you to control column movement. Inherited from ASPxClientGridView.
ColumnResized Occurs after a column’s width has been changed by an end-user. Inherited from ASPxClientGridView.
ColumnResizing Enables you to prevent columns from being resized. Inherited from ASPxClientGridView.
ColumnSorting Enables you to prevent columns from being sorted. Inherited from ASPxClientGridView.
ColumnStartDragging Fires when an end-user starts dragging the column’s header and enables you to cancel this operation. Inherited from ASPxClientGridView.
ContextMenu Occurs after an end-user right clicks in the GridView, and enables you to provide a custom context menu. Inherited from ASPxClientGridView.
ContextMenuItemClick Fires on the client side when a context menu item has been clicked. Inherited from ASPxClientGridView.
CustomButtonClick Occurs when a user clicks a custom command button. Inherited from ASPxClientGridView.
CustomizationWindowCloseUp Fires after the Customization Window has been closed. Inherited from ASPxClientGridView.
DetailRowCollapsing Fires before a detail row is collapsed. Inherited from ASPxClientGridView.
DetailRowExpanding Fires before a detail row is expanded. Inherited from ASPxClientGridView.
EndCallback Occurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientGridView.
FocusedCellChanging Occurs on the client side when the focused cell is about to be changed. Inherited from ASPxClientGridView.
FocusedRowChanged Fires in response to changing row focus. Inherited from ASPxClientGridView.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
RowClick Fires on the client when a data row is clicked. Inherited from ASPxClientGridView.
RowCollapsing Fires before a group row is collapsed. Inherited from ASPxClientGridView.
RowDblClick Fires on the client when a data row is double clicked. Inherited from ASPxClientGridView.
RowExpanding Fires before a group row is expanded. Inherited from ASPxClientGridView.
RowFocusing Fires before a row has been focused. Inherited from ASPxClientGridView.
SelectionChanged Fires when a user selects a row. Inherited from ASPxClientGridView.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.
See Also