Back to Devexpress

BootstrapSpreadsheet Events

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapspreadsheet-dot-underscore-events.md

latest6.9 KB
Original Source

BootstrapSpreadsheet Events

A control that provides spreadsheet management functionality.

NameDescription
CallbackFires when a round trip to the server has been initiated either manually (by a call to the client ASPxClientSpreadsheet.PerformCallback method) or automatically by the ASPxSpreadsheet (an internal service callback). Inherited from ASPxSpreadsheet.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
CellValueChanged staticOccurs after the cell content has been changed via the ASPxSpreadsheet UI. Inherited from ASPxSpreadsheet.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client. Inherited from ASPxSpreadsheet.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
DocumentCallbackObsolete. Fires when a round trip to the server has been initiated by the loaded document. Inherited from ASPxSpreadsheet.
DocumentSelectorFileUploadingFires before a file is uploaded to the Document Selector and allows you to cancel the action. Inherited from ASPxSpreadsheet.
DocumentSelectorFolderCreatingFires on the server side before a folder is created within the FileManager embedded into built-in dialogs, and allows you to cancel the action. Inherited from ASPxSpreadsheet.
DocumentSelectorItemCopyingFires before an item is copied within the Document Selector, and allows you to cancel the action. Inherited from ASPxSpreadsheet.
DocumentSelectorItemDeletingFires before an item is deleted within the FileManager embedded into built-in dialogs, and allows you to cancel the action. Inherited from ASPxSpreadsheet.
DocumentSelectorItemMovingFires before an item is moved within the FileManager embedded into built-in dialogs, and allows you to cancel the action. Inherited from ASPxSpreadsheet.
DocumentSelectorItemRenamingFires before an item is renamed within the FileManager embedded into built-in dialogs, and allows you to cancel the action. Inherited from ASPxSpreadsheet.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InitializeDocument staticOccurs before a document is loaded. Handle this event to set initial document settings. Inherited from ASPxSpreadsheet.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SavingAllows you to implement custom saving logic. Inherited from ASPxSpreadsheet.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
ViewModeChangingFires before the control’s view mode is changed and allows you to cancel the action. Inherited from ASPxSpreadsheet.

See Also

BootstrapSpreadsheet Class

BootstrapSpreadsheet Members

DevExpress.Web.Bootstrap Namespace