Available from NuGet: https://www.nuget.org/packages/MVCGrid.Net
+ +
+
+ PM> Install-Package MVCGrid.Net
+
+
Source on GitHub: https://github.com/bigjoe714/MVCGrid.Net
\ No newline at end of file diff --git a/MVCGridExample/Views/Shared/_Layout.cshtml b/MVCGridExample/Views/Shared/_Layout.cshtml index be43c3e..d496efa 100644 --- a/MVCGridExample/Views/Shared/_Layout.cshtml +++ b/MVCGridExample/Views/Shared/_Layout.cshtml @@ -8,6 +8,7 @@ @Scripts.Render("~/bundles/modernizr") + @RenderSection("head", required: false)