Skip to main content

MVCxClientGridView Events

A client-side counterpart of the GridView extension.
Name Description
BatchEditChangesCanceling Fires before the grid discards changes in batch edit mode. Inherited from ASPxClientGridView.
BatchEditChangesPreviewShowing Fires before the grid switches to Preview Changes mode. Inherited from ASPxClientGridView.
BatchEditChangesPreviewShown Fires after the grid switches to Preview Changes mode. Inherited from ASPxClientGridView.
BatchEditChangesSaving Fires before the grid saves batch changes and allows you to discard them. Inherited from ASPxClientGridView.
BatchEditConfirmShowing Fires before the grid shows the Confirmation dialog box. Inherited from ASPxClientGridView.
BatchEditEndEditing Fires before a cell/row switches from edit to browse mode. Inherited from ASPxClientGridView.
BatchEditRowChangesCanceling Fires when a user clicks a row’s Cancel button in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowDeleting Fires on the client side before a data row is marked as deleted in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowInserting Fires before a data row is inserted in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowRecovering Fires on the client side before a data row is recovered in batch edit mode. Inherited from ASPxClientGridView.
BatchEditRowValidating Fires to validate data on the client side and allows you to implement custom validation rules. Inherited from ASPxClientGridView.
BatchEditStartEditing Fires when a cell/row switches to batch edit mode and allows you to disable cell/row editing. Inherited from ASPxClientGridView.
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 ASPxClientGridView.
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. Inherited from ASPxClientGridView.
CellSelectionChanging Occurs when you select or deselect a cell. Inherited from ASPxClientGridView.
ClipboardCellPasting Occurs before a cell is pasted to the control from the clipboard. Allows you to update the pasted data or skip a cell. Inherited from ASPxClientGridView.
ColumnGrouping Fires before the grid groups its data by column values. 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 Fires before the grid sorts its data by column values. 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 Fires before the focused cell is changed. Inherited from ASPxClientGridView.
FocusedRowChanged Fires when the row focus changes. Inherited from ASPxClientGridView.
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.
RowClick Fires when a user clicks a data row. Inherited from ASPxClientGridView.
RowCollapsing Fires when a user collapses a group row. Inherited from ASPxClientGridView.
RowDblClick Fires when a user double-clicks a data row. Inherited from ASPxClientGridView.
RowExpanding Fires when a user expands a group row. Inherited from ASPxClientGridView.
RowFocusing Fires before a row has been focused. Inherited from ASPxClientGridView.
SelectionChanged Fires when the row selection changes. Inherited from ASPxClientGridView.
ToolbarItemClick Fires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.
See Also