Skip to content

SyncfusionExamples/EJ2-Grid-in-ASP.NET-Core-Razor-Components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syncfusion DataGrid in ASP.NET Core Razor Components

This example demonstrates the Syncfusion UI Grid in ASP.NET Core Razor Component application.

Running the application

  • Clone the application and open the command prompt from the downloaded location.

  • Run the below command line to Navigate the application folder.

cd EJ2Application
  • Run the below command line to restore the pacakges.
dotnet restore
  • Run the below commandline to build the application and it will open in the unique localhost port.
dotnet run
  • Navigate to <localhost>/Grid/Default and the Grid component will render in the browser.