Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Client-Side Events

  • Properties

    Properties
    po
  • Tools

    Tools
    po
  • Table Style Options

    Table Style Optionspo
  • Table Style Options

    Table Style Optionspo
  • Layout

    Layout
    po
  • PivotTable Style Options

    PivotTable Style Optionspo
 

Clear
Trace Events:













This sample demonstrates the capabilities of the DevExpress client-side event management technology. All available extension-specific client-side events are traced in this demo. Play with the DevExpress ASP.NET MVC Spreadsheet interface elements, click a hyperlink or select cells within the active sheet to initiate client-side events.

The Spreadsheet extension provides advanced client-side event support. Client-side events are triggered in response to specific actions or events on the client, and cover all the key elements of the extension's functionality. Thus, they give you complete control over the Spreadsheet client-side behavior.

The following client events are available for the Spreadsheet.

  • Init. Occurs on the client side after the extension has been initialized, but prior to it being displayed within the browser.
  • SelectionChanged. Fires when a selection is changed in the Spreadsheet.
  • HyperlinkClick. Fires after a hyperlink is clicked within the Spreadsheet's document.
  • PopupMenuShowing. Occurs before the default context menu is displayed for Spreadsheet elements and allows you to modify the menu or cancel the action.
  • CustomCommandExecuted. Fires after a custom Spreadsheet command has been executed on the client side.
  • BeginSynchronization, EndSynchronization. Fire before and after the client-server synchronization is performed to apply changes and synchronize the server and client document models.

To learn more on client-side events, refer to the Client-Side Events help topic.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxSpreadsheetDemos