ASPxClientGridView Events
A client-side equivalent of the ASPxGridView object.
Name | Description |
---|---|
Batch |
Fires before the grid discards changes in batch edit mode. |
Batch |
Fires before the grid switches to Preview Changes mode. |
Batch |
Fires after the grid switches to Preview Changes mode. |
Batch |
Fires before the grid saves batch changes and allows you to discard them. |
Batch |
Fires before the grid shows the Confirmation dialog box. |
Batch |
Fires before a cell/row switches from edit to browse mode. |
Batch |
Fires when a user clicks a row’s Cancel button in batch edit mode. |
Batch |
Fires on the client side before a data row is marked as deleted in batch edit mode. |
Batch |
Fires before a data row is inserted in batch edit mode. |
Batch |
Fires on the client side before a data row is recovered in batch edit mode. |
Batch |
Fires to validate data on the client side and allows you to implement custom validation rules. |
Batch |
Fires when a cell/row switches to batch edit mode and allows you to disable cell/row editing. |
Batch |
Fires when a user changes the summary item value.
Inherited from ASPx |
Batch |
Enables you to provide navigation for editors contained in a templated cell in Batch Edit mode. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPx |
Cell |
Occurs when you select or deselect a cell. |
Clipboard |
Occurs before a cell is pasted to the control from the clipboard. Allows you to update the pasted data or skip a cell. |
Column |
Fires before the grid groups its data by column values. |
Column |
Enables you to control column movement. |
Column |
Occurs after a column’s width has been changed by an end-user. |
Column |
Enables you to prevent columns from being resized. |
Column |
Fires before the grid sorts its data by column values. |
Column |
Fires when an end-user starts dragging the column’s header and enables you to cancel this operation. |
Context |
Occurs after an end-user right clicks in the Grid |
Context |
Fires on the client side when a context menu item has been clicked. |
Custom |
Occurs when a user clicks a custom command button. |
Customization |
Fires after the Customization Window has been closed. |
Detail |
Fires before a detail row is collapsed. |
Detail |
Fires before a detail row is expanded. |
End |
Occurs on the client after a callback’s server-side processing has been completed. |
Focused |
Fires before the focused cell is changed. |
Focused |
Fires when the row focus changes. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Occurs when a user presses a key while the control has focus.
Inherited from ASPx |
Key |
Occurs when a user presses and releases a key while the control has focus.
Inherited from ASPx |
Key |
Occurs when a user releases the pressed key while the control has focus.
Inherited from ASPx |
Row |
Fires when a user clicks a data row. |
Row |
Fires when a user collapses a group row. |
Row |
Fires when a user double-clicks a data row. |
Row |
Fires when a user expands a group row. |
Row |
Fires before a row has been focused. |
Selection |
Fires when the row selection changes. |
Toolbar |
Fires after a toolbar item has been clicked.
Inherited from ASPx |
See Also