Skip to content

Backend part of the TreeGrid control on ASP.NET Core MVC

License

Notifications You must be signed in to change notification settings

miptleha/treegrid-core

Repository files navigation

Please refer to 'How to run' section if get DirectoryNotFoundException

TreeGrid demo project

This is demo project on ASP.NET Core for treegrid component.
Install Visual Studio 2019 Community (haven't tried compiling and running in new Visual Studio).

Now for Visual Studio 2019 and .NET 5.
New version is without gulp file.
Newtonsoft.Json package is replaced with System.Text.Json.

Download source code

git clone https://github.com/miptleha/treegrid-core.git

Where is frontent part?

This project contains only .NET backend part and View with initialization code for treegrid JavaScript component.
Treegrid component is installed as NPM module (dependencies in package.json) from GitHub repository.

How to run

  • Open the treegrid-core.sln file in Visual Studio
  • Right click on package.json and select 'Restore Packages'
  • Frontent component and jquery will be uploaded in node_modules folder
  • Run application

About

Backend part of the TreeGrid control on ASP.NET Core MVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published