Skip to content

Latest commit

 

History

History
 
 

datagrid-mvc5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DataGrid in an MVC 5 App

This sample project demonstrates how to configure the DevExtreme DataGrid widget for working with remote data served by an MVC 5 controller. The DataGrid supports the following features in this example:

  • Remote Operations (Paging, Sorting, Filtering, Grouping, Summary)
  • Master-Detail Interface
  • Editing
  • Lookup Columns
  • Calculated Columns

Getting Started

  1. Clone the repository

    git clone https://github.com/devexpress/devextreme-examples.git
    
  2. Open the devextreme-examples/datagrid-webapi/datagrid-mvc5.sln solution in Visual Studio 2015 or higher

  3. Build and Run the solution