Back to Devexpress

ASPxClientGridView Events

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

latest7.9 KB
Original Source

ASPxClientGridView Events

A client-side equivalent of the ASPxGridView object.

NameDescription
BatchEditChangesCancelingFires before the grid discards changes in batch edit mode.
BatchEditChangesPreviewShowingFires before the grid switches to Preview Changes mode.
BatchEditChangesPreviewShownFires after the grid switches to Preview Changes mode.
BatchEditChangesSavingFires before the grid saves batch changes and allows you to discard them.
BatchEditConfirmShowingFires before the grid shows the Confirmation dialog box.
BatchEditEndEditingFires before a cell/row switches from edit to browse mode.
BatchEditRowChangesCancelingFires when a user clicks a row’s Cancel button in batch edit mode.
BatchEditRowDeletingFires on the client side before a data row is marked as deleted in batch edit mode.
BatchEditRowInsertingFires before a data row is inserted in batch edit mode.
BatchEditRowRecoveringFires on the client side before a data row is recovered in batch edit mode.
BatchEditRowValidatingFires to validate data on the client side and allows you to implement custom validation rules.
BatchEditStartEditingFires when a cell/row switches to batch edit mode and allows you to disable cell/row editing.
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 ASPxClientGridView.
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.
ColumnGroupingFires before the grid groups its data by column values.
ColumnMovingEnables you to control column movement.
ColumnResizedOccurs after a column’s width has been changed by an end-user.
ColumnResizingEnables you to prevent columns from being resized.
ColumnSortingFires before the grid sorts its data by column values.
ColumnStartDraggingFires when an end-user starts dragging the column’s header and enables you to cancel this operation.
ContextMenuOccurs after an end-user right clicks in the GridView, and enables you to provide a custom context menu.
ContextMenuItemClickFires on the client side when a context menu item has been clicked.
CustomButtonClickOccurs when a user clicks a custom command button.
CustomizationWindowCloseUpFires after the Customization Window has been closed.
DetailRowCollapsingFires before a detail row is collapsed.
DetailRowExpandingFires before a detail row is expanded.
EndCallbackOccurs on the client after a callback’s server-side processing has been completed.
FocusedCellChangingFires before the focused cell is changed.
FocusedRowChangedFires when the row focus changes.
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.
RowClickFires when a user clicks a data row.
RowCollapsingFires when a user collapses a group row.
RowDblClickFires when a user double-clicks a data row.
RowExpandingFires when a user expands a group row.
RowFocusingFires before a row has been focused.
SelectionChangedFires when the row selection changes.
ToolbarItemClickFires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.

See Also

ASPxClientGridView Class

ASPxClientGridView Members