BootstrapGridViewClientSideEventsBuilder Methods
Contains a list of the client-side events available for BootstrapGridViewBuilder.Name | Description |
---|---|
BatchEditChangesCanceling(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditChangesCanceling event. |
BatchEditChangesSaving(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditChangesSaving event. |
BatchEditConfirmShowing(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditConfirmShowing event. |
BatchEditEndEditing(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditEndEditing event. |
BatchEditRowDeleting(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditRowDeleting event. |
BatchEditRowInserting(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditRowInserting event. |
BatchEditRowRecovering(String) | |
BatchEditRowValidating(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditRowValidating event. |
BatchEditStartEditing(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditStartEditing event. |
BatchEditTemplateCellFocused(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.BatchEditTemplateCellFocused event. |
BeginCallback(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. |
CallbackError(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. |
ColumnGrouping(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.ColumnGrouping event. |
ColumnMoving(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.ColumnMoving event. |
ColumnSorting(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.ColumnSorting event. |
ColumnStartDragging(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.ColumnStartDragging event. |
CustomButtonClick(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.CustomButtonClick event. |
DetailRowCollapsing(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.DetailRowCollapsing event. |
DetailRowExpanding(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.DetailRowExpanding event. |
EndCallback(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
FocusedCellChanging(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.FocusedCellChanging event. |
FocusedRowChanged(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.FocusedRowChanged event. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
Init(String) | Sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RowClick(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.RowClick event. |
RowCollapsing(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.RowCollapsing event. |
RowDblClick(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.RowDblClick event. |
RowExpanding(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.RowExpanding event. |
RowFocusing(String) | |
SelectionChanged(String) | Sets the name of the JavaScript function or the entire code which will handle a client GridView’s ASPxClientGridView.SelectionChanged event. |
ToolbarItemClick(String) | Sets the name of the JavaScript function or the entire code which will handle the client ASPxClientGridBase.ToolbarItemClick event. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also