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

GridViewClientSideEvents Properties

Contains a list of the client-side events available for the ASPxGridView.
Name Description
BatchEditChangesCanceling Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditChangesCanceling event.
BatchEditChangesPreviewShowing Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientGridView.BatchEditChangesPreviewShowing event.
BatchEditChangesPreviewShown Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientGridView.BatchEditChangesPreviewShown event.
BatchEditChangesSaving Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditChangesSaving event.
BatchEditConfirmShowing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditConfirmShowing event.
BatchEditEndEditing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditEndEditing event.
BatchEditRowDeleting Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditRowDeleting event.
BatchEditRowInserting Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditRowInserting event.
BatchEditRowRecovering Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxClientGridView’s ASPxClientGridView.BatchEditRowRecovering event.
BatchEditRowValidating Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditRowValidating event.
BatchEditStartEditing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditStartEditing event.
BatchEditTemplateCellFocused Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.BatchEditTemplateCellFocused event.
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase.
ColumnGrouping Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnGrouping event.
ColumnMoving Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnMoving event.
ColumnResized Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnResized event.
ColumnResizing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnResizing event.
ColumnSorting Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnSorting event.
ColumnStartDragging Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ColumnStartDragging event.
ContextMenu Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.ContextMenu event.
ContextMenuItemClick Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridView.ContextMenuItemClick event.
CustomButtonClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.CustomButtonClick event.
CustomizationWindowCloseUp Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.CustomizationWindowCloseUp event.
DetailRowCollapsing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.DetailRowCollapsing event.
DetailRowExpanding Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.DetailRowExpanding event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase.
FocusedCellChanging Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.FocusedCellChanging event.
FocusedRowChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.FocusedRowChanged event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
RowClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.RowClick event.
RowCollapsing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.RowCollapsing event.
RowDblClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.RowDblClick event.
RowExpanding Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.RowExpanding event.
RowFocusing Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridView.RowFocusing event.
SelectionChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s ASPxClientGridView.SelectionChanged event.
ToolbarItemClick Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridBase.ToolbarItemClick event.
See Also