项目作者: tpeczek

项目描述 :
A set of libraries which provide support for jqGrid usage in ASP.NET Core.
高级语言: C#
项目地址: git://github.com/tpeczek/Lib.AspNetCore.Mvc.JqGrid.git
创建时间: 2016-02-28T22:22:57Z
项目社区:https://github.com/tpeczek/Lib.AspNetCore.Mvc.JqGrid

开源协议:MIT License

下载


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.

  1. 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.

  1. PM> Install-Package Lib.AspNetCore.Mvc.JqGrid.Core
  1. 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 sponsoring me (either monthly or one-time).

Copyright © 2016 - 2025 Tomasz Pęczek

Licensed under the MIT License