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

ASPxClientGridView Events

A client-side equivalent of the ASPxGridView object.
Name Description
BatchEditChangesCanceling Occurs on the client side before data changes are canceled in batch edit mode.
BatchEditChangesPreviewShowing Occurs on the client side before the Changes Preview window is shown.
BatchEditChangesPreviewShown Occurs on the client side when the Changes Preview window is shown.
BatchEditChangesSaving Fires before the grid saves batch changes and allows you to discard them.
BatchEditConfirmShowing Fires before the grid shows the Confirmation dialog box.
BatchEditEndEditing Fires before a cell/row switches from edit to browse mode.
BatchEditRowChangesCanceling Allows you to handle a Cancel button click for a row in batch edit mode.
BatchEditRowDeleting Occurs on the client side before a data row is deleted in batch edit mode.
BatchEditRowInserting Fires before a data row is inserted in batch edit mode.
BatchEditRowRecovering Occurs on the client side before a row is recovered in batch edit mode.
BatchEditRowValidating Fires to validate data on the client side and allows you to implement custom validation rules.
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 ASPxClientGridView.
ColumnGrouping Fires before the grid groups its data by column values.
ColumnMoving Enables you to control column movement.
ColumnResized Occurs after a column’s width has been changed by an end-user.
ColumnResizing Enables you to prevent columns from being resized.
ColumnSorting Fires before the grid sorts its data by column values.
ColumnStartDragging Fires when an end-user starts dragging the column’s header and enables you to cancel this operation.
ContextMenu Occurs after an end-user right clicks in the GridView, and enables you to provide a custom context menu.
ContextMenuItemClick Fires on the client side when a context menu item has been clicked.
CustomButtonClick Occurs when a user clicks a custom command button.
CustomizationWindowCloseUp Fires after the Customization Window has been closed.
DetailRowCollapsing Fires before a detail row is collapsed.
DetailRowExpanding Fires before a detail row is expanded.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
FocusedCellChanging Fires before the focused cell is changed.
FocusedRowChanged Fires in response to changing row focus.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
RowClick Fires when a user clicks a data row.
RowCollapsing Fires when a user collapses a group row.
RowDblClick Fires when a user double-clicks a data row.
RowExpanding Fires when a user expands a group row.
RowFocusing Fires before a row has been focused.
SelectionChanged Fires when the row selection changes.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.
See Also