Skip to content

mrnikolov/WebApiJQGridFilters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebApiJQGridFilters

Parser for jqGrid filters for ASP.NET Web API

The project contains two components to help using jqGrid filters and sorting with ASP.NET Web API.

  1. A TypeConverter that converts the jqGrid JSON string to a statically typed .NET objects.
  2. Several helper methods to apply filters and sorting to an IQueryable object.

The helpers use reflection to build a LINQ expression tree from the corresponding property names in the filters. The user can override the name with which the properties are exposed to the API or exclude a property from the filters. Simple relationships are also supported.

About

Parser for jqGrid filters for ASP.NET Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • C# 5.2%
  • Other 0.1%