Back to Devexpress

ASPxClientSpreadsheet Events

aspnet-js-aspxclientspreadsheet-dot-underscore-events.md

latest3.1 KB
Original Source

ASPxClientSpreadsheet Events

A client-side equivalent of the ASPxSpreadsheet object.

NameDescription
BeforeSendOccurs before a web request is sent to the server.
BeginCallbackOccurs when a callback for server-side processing is initiated.
BeginSynchronizationFires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server.
CallbackErrorFires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientSpreadsheet.
CellBeginEditOccurs before the cell editor is opened.
CellCancelEditOccurs before the active cell’s editor is closed and the entered value is rolled back.
CellEndEditOccurs before the cell editor is closed and the entered value is committed.
CustomCommandExecutedOccurs after a custom command has been executed on the client side.
DocumentChangedFires if any change is made to the Spreadsheet’s document on the client.
EndCallbackOccurs on the client side after a callback’s server-side processing has been completed.
EndSynchronizationFires after a document change has been applied to the server and server and client document models have been synchronized.
HyperlinkClickOccurs on the client side after a hyperlink is clicked within the Spreadsheet’s document.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
PopupMenuShowingOccurs before the context menu is displayed and allows menu customization.
ProtectionWarningOccurs when attempting to edit a locked cell in a protected worksheet.
SelectionChangedOccurs on the client when a selection is changed in the ASPxSpreadsheet.
ViewModeChangedOccurs when the control’s view mode is changed.

See Also

ASPxClientSpreadsheet Class

ASPxClientSpreadsheet Members