General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V18.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
18.2
18.1
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
BootstrapGridViewEventMap Interface
Declaration
export interface BootstrapGridViewEventMap extends BootstrapGridBaseEventMap
Remarks
Important
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Inheritance
BootstrapGridBaseEventMap
BootstrapGridViewEventMap
Properties
batchEditChangesCanceling Property
Declaration
batchEditChangesCanceling: GridViewBatchEditChangesCancelingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditChangesCancelingEventArgs |
batchEditChangesSaving Property
Declaration
batchEditChangesSaving: GridViewBatchEditChangesSavingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditChangesSavingEventArgs |
batchEditConfirmShowing Property
Declaration
batchEditConfirmShowing: GridViewBatchEditConfirmShowingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditConfirmShowingEventArgs |
batchEditEndEditing Property
Declaration
batchEditEndEditing: GridViewBatchEditEndEditingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditEndEditingEventArgs |
batchEditRowDeleting Property
Declaration
batchEditRowDeleting: GridViewBatchEditRowDeletingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditRowDeletingEventArgs |
batchEditRowInserting Property
Declaration
batchEditRowInserting: GridViewBatchEditRowInsertingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditRowInsertingEventArgs |
batchEditRowValidating Property
Declaration
batchEditRowValidating: GridViewBatchEditRowValidatingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditRowValidatingEventArgs |
batchEditStartEditing Property
Declaration
batchEditStartEditing: GridViewBatchEditStartEditingEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditStartEditingEventArgs |
batchEditTemplateCellFocused Property
Declaration
batchEditTemplateCellFocused: GridViewBatchEditTemplateCellFocusedEventArgs
Property Value
Type | Description |
---|---|
GridViewBatchEditTemplateCellFocusedEventArgs |
beginCallback Property
Declaration
beginCallback: BeginCallbackEventArgs
Property Value
Type | Description |
---|---|
BeginCallbackEventArgs |
callbackError Property
Declaration
callbackError: CallbackErrorEventArgs
Property Value
Type | Description |
---|---|
CallbackErrorEventArgs |
columnGrouping Property
Declaration
columnGrouping: GridViewColumnCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnCancelEventArgs |
columnMoving Property
Declaration
columnMoving: GridViewColumnMovingEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnMovingEventArgs |
columnResized Property
Declaration
columnResized: GridViewColumnProcessingModeEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnProcessingModeEventArgs |
columnResizing Property
Declaration
columnResizing: GridViewColumnCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnCancelEventArgs |
columnSorting Property
Declaration
columnSorting: GridViewColumnCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnCancelEventArgs |
columnStartDragging Property
Declaration
columnStartDragging: GridViewColumnCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewColumnCancelEventArgs |
contextMenu Property
Declaration
contextMenu: GridViewContextMenuEventArgs
Property Value
Type | Description |
---|---|
GridViewContextMenuEventArgs |
contextMenuItemClick Property
Declaration
contextMenuItemClick: GridViewContextMenuItemClickEventArgs
Property Value
Type | Description |
---|---|
GridViewContextMenuItemClickEventArgs |
customButtonClick Property
Declaration
customButtonClick: GridViewCustomButtonEventArgs
Property Value
Type | Description |
---|---|
GridViewCustomButtonEventArgs |
customizationWindowCloseUp Property
Declaration
customizationWindowCloseUp: EventArgs
Property Value
Type | Description |
---|---|
EventArgs |
detailRowCollapsing Property
Declaration
detailRowCollapsing: GridViewRowCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewRowCancelEventArgs |
detailRowExpanding Property
Declaration
detailRowExpanding: GridViewRowCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewRowCancelEventArgs |
endCallback Property
Declaration
endCallback: EndCallbackEventArgs
Property Value
Type | Description |
---|---|
EndCallbackEventArgs |
focusedCellChanging Property
Declaration
focusedCellChanging: GridViewFocusedCellChangingEventArgs
Property Value
Type | Description |
---|---|
GridViewFocusedCellChangingEventArgs |
focusedRowChanged Property
Declaration
focusedRowChanged: GridViewFocusEventArgs
Property Value
Type | Description |
---|---|
GridViewFocusEventArgs |
rowClick Property
Declaration
rowClick: GridViewRowClickEventArgs
Property Value
Type | Description |
---|---|
GridViewRowClickEventArgs |
rowCollapsing Property
Declaration
rowCollapsing: GridViewRowCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewRowCancelEventArgs |
rowDblClick Property
Declaration
rowDblClick: GridViewRowClickEventArgs
Property Value
Type | Description |
---|---|
GridViewRowClickEventArgs |
rowExpanding Property
Declaration
rowExpanding: GridViewRowCancelEventArgs
Property Value
Type | Description |
---|---|
GridViewRowCancelEventArgs |
rowFocusing Property
Declaration
rowFocusing: GridViewRowFocusingEventArgs
Property Value
Type | Description |
---|---|
GridViewRowFocusingEventArgs |
selectionChanged Property
Declaration
selectionChanged: GridViewSelectionEventArgs
Property Value
Type | Description |
---|---|
GridViewSelectionEventArgs |
Feedback