Skip to content

gregman101/Lib.AspNetCore.Mvc.JqGrid

 
 

Repository files navigation

Lib.AspNetCore.Mvc.JqGrid

NuGet Lib.AspNetCore.Mvc.JqGrid.Helper

A set of libraries which provide support for Guriddo jqGrid and free jqGrid usage in ASP.NET Core.

This is ASP.NET Core evolution of jqGrid related functionality from Lib.Web.Mvc.

  • Lib.AspNetCore.Mvc.JqGrid.Infrastructure - Classes, enumerations and constants representing jqGrid options. Shared by all libraries.
  • Lib.AspNetCore.Mvc.JqGrid.Core - The core functionality. If you prefer to write your own JavaScript instead of using strongly typed helper, but you still want some support on the server side for requests and responses this is what you want.
  • Lib.AspNetCore.Mvc.JqGrid.DataAnnotations - Custom data annotations which allow for providing additional metadata when working with strongly typed helper.
  • Lib.AspNetCore.Mvc.JqGrid.Helper - The strongly typed helper.

Getting Started

All the packages are available on NuGet. You can drag all packages at once by installing the top level one.

PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.Helper

But you can also install only the needed packages if you don't require the full functionality.

PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.Core
PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.DataAnnotations

Documentation

The documentation is available here.

Demos

The demo project is available here.

Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by buying me a coffee.

Copyright and License

Copyright © 2016 - 2020 Tomasz Pęczek

Licensed under the MIT License

About

A set of libraries which provide support for jqGrid usage in ASP.NET Core.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%