ASPxClientSpreadsheet Events
A client-side equivalent of the ASPxSpreadsheet object.
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Begin |
Fires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Cell |
Occurs before the cell editor is opened. |
Cell |
Occurs before the active cell’s editor is closed and the entered value is rolled back. |
Cell |
Occurs before the cell editor is closed and the entered value is committed. |
Custom |
Occurs after a custom command has been executed on the client side. |
Document |
Fires if any change is made to the Spreadsheet’s document on the client. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
Fires after a document change has been applied to the server and server and client document models have been synchronized. |
Hyperlink |
Occurs on the client side after a hyperlink is clicked within the Spreadsheet’s document. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Popup |
Occurs before the context menu is displayed and allows menu customization. |
Protection |
Occurs when attempting to edit a locked cell in a protected worksheet. |
Selection |
Occurs on the client when a selection is changed in the ASPx |
View |
Occurs when the control’s view mode is changed. |
See Also