Grid.Mvc.Ajax
1.0.12
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Grid.Mvc.Ajax --version 1.0.12
NuGet\Install-Package Grid.Mvc.Ajax -Version 1.0.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Grid.Mvc.Ajax" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Grid.Mvc.Ajax" Version="1.0.12" />
<PackageReference Include="Grid.Mvc.Ajax" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Grid.Mvc.Ajax --version 1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Grid.Mvc.Ajax, 1.0.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Grid.Mvc.Ajax@1.0.12
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Grid.Mvc.Ajax&version=1.0.12
#tool nuget:?package=Grid.Mvc.Ajax&version=1.0.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extends the Grid.Mvc helper with AJAX paging, sorting, and column and form filtering.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Grid.Mvc (>= 3.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.26 | 633 | 3/26/2015 |
| 1.0.25 | 709 | 1/20/2015 |
| 1.0.24 | 967 | 11/19/2014 |
| 1.0.23 | 440 | 11/14/2014 |
| 1.0.22 | 890 | 8/5/2014 |
| 1.0.21 | 209 | 8/4/2014 |
| 1.0.20 | 142 | 7/24/2014 |
| 1.0.19 | 255 | 7/8/2014 |
| 1.0.18 | 145 | 7/1/2014 |
| 1.0.17 | 83 | 6/11/2014 |
| 1.0.16 | 54 | 6/11/2014 |
| 1.0.15 | 656 | 1/27/2014 |
| 1.0.14 | 56 | 1/15/2014 |
| 1.0.13 | 48 | 1/15/2014 |
| 1.0.12 | 52 | 1/13/2014 |
| 1.0.11 | 56 | 12/9/2013 |
| 1.0.10 | 54 | 12/9/2013 |
| 1.0.9 | 54 | 12/4/2013 |
| 1.0.8 | 58 | 11/21/2013 |
| 1.0.7 | 51 | 11/21/2013 |
| 1.0.6 | 52 | 11/21/2013 |
| 1.0.5 | 55 | 11/21/2013 |
| 1.0.4 | 54 | 11/19/2013 |
| 1.0.3 | 52 | 11/19/2013 |
| 1.0.1 | 50 | 11/19/2013 |
| 1.0.0 | 55 | 11/19/2013 |
Added override to CreateAjaxGrid that takes a partition size used to further partition the paged results for large datasets.