Info
Version: | 1.1.4 |
Author(s): | Mark Babayev |
Last Update: | Sunday, April 26, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mirik123/jqGridWebApi |
NuGet Url: | https://www.nuget.org/packages/jqGridWebApi |
Install
Install-Package jqGridWebApi
dotnet add package jqGridWebApi
paket add jqGridWebApi
jqGridWebApi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Microsoft.AspNet.WebApi.Core(4.0.30506.0)
- Microsoft.AspNet.WebApi.Core(5.2.2)
Tags
It emulates the set of the OData provider actions like filtering/sorting/ordering.
The WebApi Controller receives filtering/sorting/ordering data from the client side and transparently appends it to the LINQ-to-Entities query.
It allows both ODataQueryOptions/PageResult as well as EnableQueryAttribute styles.