Skip to main content

Technical Demos

  • 3 minutes to read

Demo Locations

You can find DevExpress ASP.NET MVC Extensions demos in the following locations:

The table below lists links to online demos and relative paths to local/GitHub demos:

Category

ASP.NET MVC Demos

Card View

Charting

Data Editors

Diagram

Dock and Modal Popups

File Manager and File Upload

Gantt

Grid

HTML Editor

Image and Data Navigation

  • Link to Online Demos
  • Path to Local Project:
    • C# (Razor) ~\ASP.NET\CS\MVCxImageAndDataNavigationDemos

Multi-Use Site Controls

Navigation and Layout

Pivot Grid

Reporting

Rich Text Editor

Scheduling

Spell Checker

Spreadsheet

Tree List

Vertical Grid

Run Demos from the Installation Folder

The DevExpress Unified Component Installer installs demos for each product. Run the Demo Center application in one of the following ways:

  • From the Windows Start menu (All Programs | DevExpress 26.1 | Demo Center 26.1).

    DevExpress Demo Center

  • Using the executable file located in the directory where DevExpress products are installed. The default path is C:\Users\Public\Documents\DevExpress Demos 26.1\Components\Components\Bin\DevExpress.DemoCenter.v26.1.exe.

In the Demo Center, click ASP.NET MVC to review available feature-based demos. Run a solution from its corresponding folder to see the source code for a specific demo.

Run GitHub Demos

  1. Clone the current repository: 

    # HTTPS 
    git clone https://github.com/DevExpress/demos-mvc-5.git
    
    # SSH 
    git clone git@github.com:DevExpress/demos-mvc-5.git  
    
  2. Open a demo solution in your IDE. The IDE will automatically restore required packages.

  3. Run the application in a supported browser.